Include time portion in formatted datetimes when provided (#33191)
This commit is contained in:
parent
2c36283a89
commit
15669fcf75
4 changed files with 8 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
.report-notes__item__header
|
||||
%span.username
|
||||
= link_to report_note.account.username, admin_account_path(report_note.account_id)
|
||||
%time.relative-formatted{ datetime: report_note.created_at.iso8601 }
|
||||
%time.relative-formatted{ datetime: report_note.created_at.iso8601, title: report_note.created_at }
|
||||
= l report_note.created_at.to_date
|
||||
|
||||
.report-notes__item__content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue