diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-24 23:47:19 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-24 23:47:19 -0700 |
commit | 92160789aa2134a582211efeb0fd1a3034e4ca0f (patch) | |
tree | 0c3faf7675f25c852f4a14a838b81c00ddc23075 | |
parent | a25e6f725a6b31db6a9a327cc5cd51a078caef03 (diff) | |
download | gitlab-ce-92160789aa2134a582211efeb0fd1a3034e4ca0f.tar.gz |
add sign-in count
add sign-in count to admin section profile view
-rw-r--r-- | app/views/admin/users/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
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: |