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
@@ -1,3 +1,4 @@
{% from "components/page-header.html" import page_header %}
{% from "components/big-number.html" import big_number %}
{% from "components/live-search.html" import live_search %}
{% from "components/message-count-label.html" import message_count_label %}
@@ -10,9 +11,7 @@
{% block maincolumn_content %}
<h1 class="heading-medium">
Usage
</h1>
{{ page_header('Usage', size='medium') }}
<div class="bottom-gutter">
{{ pill(years, selected_year, big_number_args={'smallest': True}) }}