Replace more font-awesome icons in views/admin area (#30961)

This commit is contained in:
Matt Jankowski 2024-08-07 19:08:36 -04:00 committed by GitHub
parent 52a626f39b
commit 84c3cc4e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 31 additions and 22 deletions

View file

@ -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?