diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index f1f0221..600d3b1 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -24,7 +24,7 @@ %td= link_to user.email , admin_user_path(user), :title => "#{user.street}\n#{user.city}\n#{user.country}" %td= link_to "#{user.resume.percent} %" , admin_resume_path(user.resume) %td= application_link(user) - %td= time_ago_in_words(user.confirmed_at.to_date) + %td= time_ago_in_words(user.confirmed_at) %td= user.sign_in_count =paginate @users .col-md-3