Update h1 on pill pages to work with new pill

Pill pages are:
- /notifications
- /template-usage
- /monthly
- /organisations/<organisation_id>
- /templates

Includes changes to:
- the folder-path component
- the page-header component

...all their h1s have the same id.
This commit is contained in:
Tom Byers
2020-09-04 09:02:36 +01:00
parent 48902a2bac
commit c6711a113c
7 changed files with 14 additions and 16 deletions
+2 -3
View File
@@ -1,3 +1,4 @@
{% from "components/page-header.html" import page_header %}
{% from "components/big-number.html" import big_number_with_status, big_number %}
{% from "components/pill.html" import pill %}
{% from "components/table.html" import list_table, field, hidden_field_heading, right_aligned_field_heading, row_heading %}
@@ -12,9 +13,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">
Messages sent
</h1>
{{ page_header('Messages sent') }}
<div class="bottom-gutter">
{{ pill(
items=years,