summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-25 19:35:39 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-25 19:35:39 +0000
commit1f79394ac4f4bdd2a745f5947bf9622d47eed71f (patch)
tree5edb704038ca829aa76b9b714ccaf97579a84cbd /app/views/my
parente2e111f95ebb5f5c0803ddfe8b54ca4fdf4dd921 (diff)
downloadredmine-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.rhtml3
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' %>