Fix display of instance actor in reports UI (#11798)
This commit is contained in:
parent
ec2a439a22
commit
14d4a783cd
2 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,9 @@
|
|||
- reports.each do |report|
|
||||
.report-card__summary__item
|
||||
.report-card__summary__item__reported-by
|
||||
- if report.account.local?
|
||||
- if report.account.instance_actor?
|
||||
= site_hostname
|
||||
- elsif report.account.local?
|
||||
= admin_account_link_to report.account
|
||||
- else
|
||||
= report.account.domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue