Files
notifications-admin/app/templates/views/broadcast/previous-broadcasts.html
Chris Hill-Scott f0220fa9fb Make a separate page for previous alerts
Previous alerts are much less important than ones that are live or
waiting for approval.

Therefore we can make the dashboard more focused by moving previous
alerts to their own page.
2020-10-13 14:45:08 +01:00

16 lines
351 B
HTML

{% from 'components/ajax-block.html' import ajax_block %}
{% extends "withnav_template.html" %}
{% block service_page_title %}
Previous alerts
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-medium govuk-!-margin-bottom-2">Previous alerts</h1>
{% include('views/broadcast/partials/dashboard-table.html') %}
{% endblock %}