mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Show rejected broadcasts on ‘Previous alerts’ page
Two reasons to not hide rejected broadcasts: - if a broadcast was rejected by mistake then it’s useful to have an audit of who did that - it means you can still see old broadcasts without having to leave in pending-approval, which is dangerous because they might accidentally be approved
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
<p class="govuk-body govuk-!-margin-bottom-0 govuk-hint">
|
||||
Waiting for approval
|
||||
</p>
|
||||
{% elif item.status == 'rejected' %}
|
||||
<p class="govuk-body govuk-!-margin-bottom-0 govuk-hint">
|
||||
Rejected {{ item.updated_at|format_datetime_relative }}
|
||||
</p>
|
||||
{% elif item.status == 'broadcasting' %}
|
||||
<p class="govuk-body govuk-!-margin-bottom-0 live-broadcast">
|
||||
Live since {{ item.starts_at|format_datetime_relative }}
|
||||
|
||||
Reference in New Issue
Block a user