From 92160789aa2134a582211efeb0fd1a3034e4ca0f Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 24 Aug 2014 23:47:19 -0700 Subject: add sign-in count add sign-in count to admin section profile view --- app/views/admin/users/show.html.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 3c30ccd78b3..f3d7b857e0d 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -78,6 +78,11 @@ - else never + %li + %span.light Sign-in count: + %strong + = @user.sign_in_count + - if @user.ldap_user? %li %span.light LDAP uid: -- cgit v1.2.1