add collections icon to admin report interface (#39009)

This commit is contained in:
Pia B. 2026-05-12 19:46:24 +02:00 committed by GitHub
parent cb5c5432b3
commit bbb3392dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@
- if Mastodon::Feature.collections_enabled?
%span.report-card__summary__item__content__icon{ title: t('admin.accounts.collections') }
= material_symbol('groups-fill')
= material_symbol('category')
= report.collections.size
- if report.forwarded?