Replace more font-awesome
icons in views/admin
area (#30961)
This commit is contained in:
parent
52a626f39b
commit
84c3cc4e5b
22 changed files with 31 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
.applications-list__item
|
||||
= link_to admin_webhook_path(webhook), class: 'announcements-list__item__title' do
|
||||
= fa_icon 'inbox'
|
||||
= material_symbol 'inbox'
|
||||
= webhook.url
|
||||
|
||||
.announcements-list__item__action-bar
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.content__heading__row
|
||||
%h2
|
||||
%small
|
||||
= fa_icon 'inbox'
|
||||
= material_symbol 'inbox'
|
||||
= t('admin.webhooks.webhook')
|
||||
= @webhook.url
|
||||
.content__heading__actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue