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
This commit is contained in:
parent
e2e111f95e
commit
1f79394ac4
|
@ -1,8 +1,7 @@
|
||||||
<h2><%=l(:label_my_account)%></h2>
|
<h2><%=l(:label_my_account)%></h2>
|
||||||
|
|
||||||
<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
|
<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
|
||||||
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>,
|
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
|
||||||
<%=l(:field_updated_on)%>: <%= format_time(@user.updated_on) %></p>
|
|
||||||
|
|
||||||
<%= error_messages_for 'user' %>
|
<%= error_messages_for 'user' %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue