mirror of
https://github.com/redmine/redmine.git
synced 2026-07-09 03:33:29 +02:00
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:
@@ -1,8 +1,7 @@
|
||||
<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' %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user