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 @@
|
|||
= check_box_tag :batch_checkbox_all, nil, false
|
||||
.batch-table__toolbar__actions
|
||||
- unless @statuses.empty?
|
||||
= f.button safe_join([fa_icon('flag'), t('admin.statuses.batch.report')]),
|
||||
= f.button safe_join([material_symbol('flag'), t('admin.statuses.batch.report')]),
|
||||
class: 'table-action-link',
|
||||
data: { confirm: t('admin.reports.are_you_sure') },
|
||||
name: :report,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue