|
|
@ -18,7 +18,7 @@
|
|
|
|
= link_to report.account.username, admin_account_path(report.account_id)
|
|
|
|
= link_to report.account.username, admin_account_path(report.account_id)
|
|
|
|
- else
|
|
|
|
- else
|
|
|
|
= link_to report.account.domain, admin_instance_path(report.account.domain)
|
|
|
|
= link_to report.account.domain, admin_instance_path(report.account.domain)
|
|
|
|
%time.relative-formatted{ datetime: report.created_at.iso8601 }
|
|
|
|
%time.relative-formatted{ datetime: report.created_at.iso8601, title: report.created_at }
|
|
|
|
= l report.created_at.to_date
|
|
|
|
= l report.created_at.to_date
|
|
|
|
.report-notes__item__content
|
|
|
|
.report-notes__item__content
|
|
|
|
= simple_format(h(report.comment))
|
|
|
|
= simple_format(h(report.comment))
|
|
|
|