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
|
@ -30,7 +30,7 @@
|
|||
%span.negative-hint= t('admin.statuses.deleted')
|
||||
·
|
||||
- if status.reblog?
|
||||
= fa_icon('retweet fw')
|
||||
= material_symbol('repeat_active')
|
||||
= t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(status.proper.account))
|
||||
- else
|
||||
= fa_visibility_icon(status)
|
||||
|
|
|
@ -61,11 +61,11 @@
|
|||
.one-line= report.comment.presence || t('admin.reports.comment.none')
|
||||
|
||||
%span.report-card__summary__item__content__icon{ title: t('admin.accounts.statuses') }
|
||||
= fa_icon('comment')
|
||||
= material_symbol('comment')
|
||||
= report.status_ids.size
|
||||
|
||||
%span.report-card__summary__item__content__icon{ title: t('admin.accounts.media_attachments') }
|
||||
= fa_icon('camera')
|
||||
= material_symbol('photo_camera')
|
||||
= report.media_attachments_count
|
||||
|
||||
- if report.forwarded?
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
= t 'admin.reports.statuses'
|
||||
%small.section-skip-link
|
||||
= link_to '#actions' do
|
||||
= fa_icon 'angle-double-down'
|
||||
= material_symbol 'keyboard_double_arrow_down'
|
||||
= t('admin.reports.skip_to_actions')
|
||||
|
||||
%p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue