Add indication to admin UI of whether a report has been forwarded (#13237)
* Add indication to admin UI of whether a report has been forwarded * Rework how forwarded status is displayed Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
7c800fa801
commit
1390cc194b
7 changed files with 25 additions and 1 deletions
|
@ -59,6 +59,10 @@
|
|||
= fa_icon('camera')
|
||||
= report.media_attachments.count
|
||||
|
||||
- if report.forwarded?
|
||||
·
|
||||
= t('admin.reports.forwarded_to', domain: target_account.domain)
|
||||
|
||||
.report-card__summary__item__assigned
|
||||
- if report.assigned_account.present?
|
||||
= admin_account_link_to report.assigned_account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue