summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPavel Forkert <fxposter@gmail.com>2015-09-24 16:38:52 +0300
committerPavel Forkert <fxposter@gmail.com>2015-09-24 16:38:52 +0300
commit82eeb5e284bd22bc04c82def521cc3d65eb2bcd1 (patch)
tree720f9c6f7a98e49c0968938e350f0a0c566c23ed /app
parenteb9528b8b964c78ef3d33818286c529b83c35a5e (diff)
downloadgitlab-ce-82eeb5e284bd22bc04c82def521cc3d65eb2bcd1.tar.gz
Remove stuff from previous UI
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/users/index.html.haml2
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