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
|
@ -66,7 +66,7 @@
|
|||
.report-notes__item__header
|
||||
%span.username
|
||||
= link_to @appeal.account.username, can?(:show, @appeal.account) ? admin_account_path(@appeal.account_id) : short_account_url(@appeal.account)
|
||||
%time.relative-formatted{ datetime: @appeal.created_at.iso8601 }
|
||||
%time.relative-formatted{ datetime: @appeal.created_at.iso8601, title: @appeal.created_at }
|
||||
= l @appeal.created_at.to_date
|
||||
|
||||
.report-notes__item__content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue