X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..5da7215873152fd52a93c3d91bc38c5dbb32ddce:/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 %>
-