@@ -1,6 +1,6 | |||||
1 | <h3><%=l(:label_my_account)%></h3> |
|
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 | <%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p> |
|
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