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