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
|
|
@ -33,7 +33,7 @@
|
|||
- if @admin_settings.mascot.persisted?
|
||||
= image_tag @admin_settings.mascot.file.url, class: 'fields-group__thumbnail'
|
||||
= link_to admin_site_upload_path(@admin_settings.mascot), data: { method: :delete }, class: 'link-button link-button--destructive' do
|
||||
= fa_icon 'trash fw'
|
||||
= material_symbol 'delete'
|
||||
= t('admin.site_uploads.delete')
|
||||
|
||||
.actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue