X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/19c26e70a357f4e191c8d7bb8c2cc57575792cc0..f906373be251d79988335e96e8046c7f001c613b:/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) %>