diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-03 10:23:26 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-03 10:23:26 +0200 |
commit | f74dba8c42ba5466945085bca137cc3a3a39ee87 (patch) | |
tree | 0bb380d7e8d89161046f893fcf7f4d35d1fcb694 | |
parent | 910d5cf332a1fee68f0e5d9aaca0d69c2137ea56 (diff) | |
parent | 92160789aa2134a582211efeb0fd1a3034e4ca0f (diff) | |
download | gitlab-ce-f74dba8c42ba5466945085bca137cc3a3a39ee87.tar.gz |
Merge pull request #7595 from bbodenmiller/patch-4
add sign-in count
-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 3883d95e138..c8295cf707e 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -86,6 +86,11 @@ - else never + %li + %span.light Sign-in count: + %strong + = @user.sign_in_count + - if @user.ldap_user? %li %span.light LDAP uid: |