Link the username in the user list to their profile

This commit is contained in:
Tom Hughes 2010-05-07 09:03:12 +01:00
parent 20cc601f85
commit fc7488f28a

View file

@ -7,7 +7,7 @@
<td> <td>
<p> <p>
<%= t 'user.list.summary', <%= 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), :ip_address => link_to(user.creation_ip, :ip => user.creation_ip),
:date => l(user.creation_time, :format => :friendly) :date => l(user.creation_time, :format => :friendly)
%> %>