diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 82a88863eb721c046241370feb920241f0441e9b..e3698ac1c46cbf50405fcaf51dec9e1001de5e9e 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