Merge branch 'main' of https://github.com/GSA/notifications-admin into 1050-responsive-header

This commit is contained in:
Jonathan Bobel
2024-02-07 09:20:01 -05:00
10 changed files with 379 additions and 81 deletions

View File

@@ -172,7 +172,7 @@
<p class="status-hint margin-0 width-card ">
{{ notification.status|format_notification_status_as_time(
notification.created_at|format_datetime_short,
(notification.updated_at or notification.created_at)|format_datetime_short
(notification.sent_at or notification.created_at)|format_datetime_short
) }}
</p>
{% if displayed_on_single_line %}</span>{% endif %}