From fc7488f28ad9861f9c9041bbb184e3c082be348c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 7 May 2010 09:03:12 +0100 Subject: [PATCH] Link the username in the user list to their profile --- app/views/user/_user.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %> -- 2.43.2