From: Tom Hughes Date: Fri, 7 May 2010 08:03:12 +0000 (+0100) Subject: Link the username in the user list to their profile X-Git-Tag: live~6294^2~8 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fc7488f28ad9861f9c9041bbb184e3c082be348c Link the username in the user list to their profile --- diff --git a/app/views/user/_user.html.erb b/app/views/user/_user.html.erb index 66f6cd3bc..2779f8762 100644 --- a/app/views/user/_user.html.erb +++ b/app/views/user/_user.html.erb @@ -7,7 +7,7 @@

<%= t 'user.list.summary', - :name => h(user.display_name), + :name => link_to(h(user.display_name), :action => "view", :display_name => user.display_name), :ip_address => link_to(user.creation_ip, :ip => user.creation_ip), :date => l(user.creation_time, :format => :friendly) %>