Merge pull request #1162 from GSA/1161-bug-fix-ui-time-sent-column-to-match-time-the-message-was-created_at

BUG: Fix UI Time Sent column to match time the message was created_at
This commit is contained in:
Carlo Costino
2024-01-26 16:48:40 -05:00
committed by GitHub

View File

@@ -67,7 +67,7 @@
{{ notification.template.name }}
</th>
<th class="table-field">
{{ (notification.updated_at or notification.created_at)| format_datetime_short_america }}
{{ notification.created_at | format_datetime_short_america }}
</th>
<th class="table-field">
{{ notification.created_by.name }}