mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Show delivery time even for failed notifications
We reckon it’s probably still useful.
This commit is contained in:
@@ -75,13 +75,18 @@
|
||||
{% if item.status|format_notification_status_as_url %}
|
||||
<a href="{{ item.status|format_notification_status_as_url }}">
|
||||
{% endif %}
|
||||
{{ item.status|format_notification_status_with_time(
|
||||
item.template.template_type,
|
||||
(item.updated_at or item.created_at)|format_datetime_short
|
||||
{{ item.status|format_notification_status(
|
||||
item.template.template_type
|
||||
) }}
|
||||
{% if item.status|format_notification_status_as_url %}
|
||||
</a>
|
||||
<br>
|
||||
{% endif %}
|
||||
<span class="status-hint">
|
||||
{{ item.status|format_notification_status_as_time(
|
||||
(item.updated_at or item.created_at)|format_datetime_short
|
||||
) }}
|
||||
</span>
|
||||
{% endcall %}
|
||||
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user