From 1f79394ac4f4bdd2a745f5947bf9622d47eed71f 2007-01-25 19:35:39 From: Jean-Philippe Lang Date: 2007-01-25 19:35:39 Subject: [PATCH] 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 --- diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 23b236e..61a44f0 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -1,8 +1,7 @@

<%=l(:label_my_account)%>

<%=l(:field_login)%>: <%= @user.login %>
-<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>, -<%=l(:field_updated_on)%>: <%= format_time(@user.updated_on) %>

+<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>

<%= error_messages_for 'user' %>