Link the username in the user list to their profile
This commit is contained in:
parent
20cc601f85
commit
fc7488f28a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue