##// END OF EJS Templates
updated date removed from my/account view (useless since account is updated at each login)...
Jean-Philippe Lang -
r175:1f79394ac4f4
parent child
Show More
@@ -1,8 +1,7
1 <h2><%=l(:label_my_account)%></h2>
1 <h2><%=l(:label_my_account)%></h2>
2
2
3 <p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
3 <p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
4 <%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>,
4 <%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
5 <%=l(:field_updated_on)%>: <%= format_time(@user.updated_on) %></p>
6
5
7 <%= error_messages_for 'user' %>
6 <%= error_messages_for 'user' %>
8
7
General Comments 0
You need to be logged in to leave comments. Login now