Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-09-02 17:48:50 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
67392e97ee05bed9f0ec98beb133b10789cdf5de
notifications-admin/app/templates/views/broadcast/previous-broadcasts.html

16 lines
327 B
HTML
Raw Normal View History

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 11:40:20 +01:00
{% from 'components/ajax-block.html' import ajax_block %}
{% extends "withnav_template.html" %}
{% block service_page_title %}
Previous alerts
{% endblock %}
{% block maincolumn_content %}
Make list of areas on dashboard use full width When the list of areas is restricted to half the width of the page it starts to look pretty higgledy-piggledy when you have lots of areas or areas with very long names. To do this I’ve ripped out the table markup in favour of headings, paragraphs and lists. Probably pros and cons for each, but it was really hard to do the layout with the content in a table.
2020-10-27 15:16:27 +00:00
<h1 class="heading-medium">Previous alerts</h1>
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 11:40:20 +01:00
{% include('views/broadcast/partials/dashboard-table.html') %}
{% endblock %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 731ms Template: 65ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API