diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 23b236e2..61a44f09 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' %>