summaryrefslogtreecommitdiffstats
path: root/app/views/admin/roles/_role.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/roles/_role.html.haml')
-rw-r--r--app/views/admin/roles/_role.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/roles/_role.html.haml b/app/views/admin/roles/_role.html.haml
index d6c6b62c81b..fd37644c835 100644
--- a/app/views/admin/roles/_role.html.haml
+++ b/app/views/admin/roles/_role.html.haml
@@ -2,7 +2,7 @@
- if can?(:update, role)
= link_to edit_admin_role_path(role), class: 'announcements-list__item__title' do
%span.user-role{ class: "user-role-#{role.id}" }
- = fa_icon 'users fw'
+ = material_symbol 'group'
- if role.everyone?
= t('admin.roles.everyone')
@@ -11,7 +11,7 @@
- else
%span.announcements-list__item__title
%span.user-role{ class: "user-role-#{role.id}" }
- = fa_icon 'users fw'
+ = material_symbol 'group'
- if role.everyone?
= t('admin.roles.everyone')