X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/70cca71f3802519eac1fabaeb3ee1cc9f35f5cb7..5e407dfb34f47e6fbbbf3c11c1a8318256abb5cd:/app/views/user/_user.html.erb diff --git a/app/views/user/_user.html.erb b/app/views/user/_user.html.erb index ad219655e..da9ae75c9 100644 --- a/app/views/user/_user.html.erb +++ b/app/views/user/_user.html.erb @@ -7,13 +7,13 @@

<% if user.creation_ip %> - <%= raw t 'user.list.summary', + <%= raw t 'user.index.summary', :name => link_to(h(user.display_name), user_path(user)), :ip_address => link_to(user.creation_ip, :ip => user.creation_ip), :date => l(user.creation_time, :format => :friendly) %> <% else %> - <%= raw t 'user.list.summary_no_ip', + <%= raw t 'user.index.summary_no_ip', :name => link_to(h(user.display_name), user_path(user)), :date => l(user.creation_time, :format => :friendly) %>