diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-25 19:35:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-25 19:35:39 +0000 |
commit | 1f79394ac4f4bdd2a745f5947bf9622d47eed71f (patch) | |
tree | 5edb704038ca829aa76b9b714ccaf97579a84cbd /app/views/my | |
parent | e2e111f95ebb5f5c0803ddfe8b54ca4fdf4dd921 (diff) | |
download | redmine-1f79394ac4f4bdd2a745f5947bf9622d47eed71f.tar.gz redmine-1f79394ac4f4bdd2a745f5947bf9622d47eed71f.zip |
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
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/account.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 23b236e29..61a44f095 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -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' %> |