Commit 1f79394a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

updated date removed from my/account view (useless since account is updated at each login)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@178 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e2e111f9
<h2><%=l(:label_my_account)%></h2>
<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>,
<%=l(:field_updated_on)%>: <%= format_time(@user.updated_on) %></p>
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
<%= error_messages_for 'user' %>
......
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