Commit 82eeb5e2 authored by Pavel Forkert's avatar Pavel Forkert

Remove stuff from previous UI

parent eb9528b8
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
= link_to 'New User', new_admin_user_path, class: "btn btn-new btn-sm" = link_to 'New User', new_admin_user_path, class: "btn btn-new btn-sm"
%ul.well-list %ul.well-list
- @users.each do |user| - @users.each do |user|
%li{ class: "user-#{user.id}" } %li
.list-item-name .list-item-name
- if user.blocked? - if user.blocked?
%i.fa.fa-lock.cred %i.fa.fa-lock.cred
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment