Added created date to reports page for each report
• Added: - created date to reports page for each report in admind moderation dashboard
This commit is contained in:
parent
32ac987ef0
commit
f1a857a7b4
|
@ -51,7 +51,7 @@
|
||||||
= admin_account_link_to report.account
|
= admin_account_link_to report.account
|
||||||
- else
|
- else
|
||||||
= report.account.domain
|
= report.account.domain
|
||||||
.report-card__summary__item__content
|
.report-card__summary__item__content{style: "max-width: calc(100% - 370px)!important;"}
|
||||||
= link_to admin_report_path(report) do
|
= link_to admin_report_path(report) do
|
||||||
.one-line= report.comment.presence || t('admin.reports.comment.none')
|
.one-line= report.comment.presence || t('admin.reports.comment.none')
|
||||||
|
|
||||||
|
@ -63,9 +63,6 @@
|
||||||
= fa_icon('camera')
|
= fa_icon('camera')
|
||||||
= report.media_attachments.count
|
= report.media_attachments.count
|
||||||
|
|
||||||
.report-card__summary__item__assigned
|
.report-card__summary__item__assigned{style: "width:220px;text-align:right;"}
|
||||||
- if report.assigned_account.present?
|
%time.formatted{ datetime: report.created_at.iso8601 }
|
||||||
= admin_account_link_to report.assigned_account
|
|
||||||
- else
|
|
||||||
\-
|
|
||||||
= paginate @reports
|
= paginate @reports
|
||||||
|
|
Loading…
Reference in New Issue