mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Always show created time for sending state
When a notification is in `created` or `sending` the thing you care about is how long it’s been sitting there.
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
{% endif %}
|
||||
<span class="status-hint">
|
||||
{{ notification.status|format_notification_status_as_time(
|
||||
notification.created_at|format_datetime_short,
|
||||
(notification.updated_at or notification.created_at)|format_datetime_short
|
||||
) }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user