X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad..2baff0463547693bfcfdca7dea9055aa26459a18:/app/views/users/_user.html.erb diff --git a/app/views/users/_user.html.erb b/app/views/users/_user.html.erb index 399ef8dcd..e419aed1d 100644 --- a/app/views/users/_user.html.erb +++ b/app/views/users/_user.html.erb @@ -8,14 +8,14 @@ <%= t "users.index.summary_html", :name => link_to(user.display_name, user_path(user)), :ip_address => link_to(user.creation_ip, :ip => user.creation_ip), - :date => l(user.creation_time, :format => :friendly) %> + :date => l(user.created_at, :format => :friendly) %> <% else %> <%= t "users.index.summary_no_ip_html", :name => link_to(user.display_name, user_path(user)), - :date => l(user.creation_time, :format => :friendly) %> + :date => l(user.created_at, :format => :friendly) %> <% end %>
-