make username a link to their profile page
This commit is contained in:
parent
bfacd827a8
commit
f27614b576
app/views/my
|
@ -1,6 +1,6 @@
|
||||||
<h3><%=l(:label_my_account)%></h3>
|
<h3><%=l(:label_my_account)%></h3>
|
||||||
|
|
||||||
<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
|
<p><%=l(:field_login)%>: <strong><%= link_to @user.login, user_path(@user) %></strong><br />
|
||||||
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
|
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue