Commit e9c542d7 authored by Eric Davis's avatar Eric Davis

Merge remote-tracking branch 'asoltys/feature/link_to_user_profile_from_account_page' into unstable

parents 13de4cc4 f27614b5
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment