From bbb3392dbe35da834b0f31a5d3b15b19480fb688 Mon Sep 17 00:00:00 2001 From: "Pia B." Date: Tue, 12 May 2026 19:46:24 +0200 Subject: [PATCH] add collections icon to admin report interface (#39009) --- app/views/admin/reports/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/reports/index.html.haml b/app/views/admin/reports/index.html.haml index 1049cf733e..070d8c8518 100644 --- a/app/views/admin/reports/index.html.haml +++ b/app/views/admin/reports/index.html.haml @@ -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?