##// END OF EJS Templates
make username a link to their profile page (#8345)....
Toshi MARUYAMA -
r5626:16c0b67941bc
parent child
Show More
@@ -1,6 +1,6
1 1 <h3><%=l(:label_my_account)%></h3>
2 2
3 <p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
3 <p><%=l(:field_login)%>: <strong><%= link_to @user.login, user_path(@user) %></strong><br />
4 4 <%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
5 5
6 6
General Comments 0
You need to be logged in to leave comments. Login now