Use link_to_user instead of a manual link in my account sidebar (#8345).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5748 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1d78dd8324
commit
9121a060a5
@ -1,6 +1,6 @@
|
||||
<h3><%=l(:label_my_account)%></h3>
|
||||
|
||||
<p><%=l(:field_login)%>: <strong><%= link_to(h(@user.login), user_path(@user) %></strong><br />
|
||||
<p><%=l(:field_login)%>: <strong><%= link_to_user(@user, :format => :username) %></strong><br />
|
||||
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user