diff options
author | Pavel Forkert <fxposter@gmail.com> | 2015-09-24 16:38:52 +0300 |
---|---|---|
committer | Pavel Forkert <fxposter@gmail.com> | 2015-09-24 16:38:52 +0300 |
commit | 82eeb5e284bd22bc04c82def521cc3d65eb2bcd1 (patch) | |
tree | 720f9c6f7a98e49c0968938e350f0a0c566c23ed /app/views/admin | |
parent | eb9528b8b964c78ef3d33818286c529b83c35a5e (diff) | |
download | gitlab-ce-82eeb5e284bd22bc04c82def521cc3d65eb2bcd1.tar.gz |
Remove stuff from previous UI
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/users/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index 82a88863eb7..e3698ac1c46 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -72,7 +72,7 @@ = link_to 'New User', new_admin_user_path, class: "btn btn-new btn-sm" %ul.well-list - @users.each do |user| - %li{ class: "user-#{user.id}" } + %li .list-item-name - if user.blocked? %i.fa.fa-lock.cred |