mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-25 09:51:37 -04:00
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.
16 lines
351 B
HTML
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 %}
|