Add material design icons to admin/settings views (#27780)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
a2399046ca
commit
32ead51e5a
33 changed files with 79 additions and 60 deletions
|
@ -4,7 +4,7 @@
|
|||
%td
|
||||
- if relay.accepted?
|
||||
%span.positive-hint
|
||||
= fa_icon('check')
|
||||
= material_symbol('check')
|
||||
|
||||
= t 'admin.relays.enabled'
|
||||
- elsif relay.pending?
|
||||
|
@ -13,7 +13,7 @@
|
|||
= t 'admin.relays.pending'
|
||||
- else
|
||||
%span.negative-hint
|
||||
= fa_icon('times')
|
||||
= material_symbol('close')
|
||||
|
||||
= t 'admin.relays.disabled'
|
||||
%td
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue