mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #1151 from alphagov/heading-level-template-stats
Fix heading level on template stats and usage pages
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h2 class="heading-large">All templates used this year</h2>
|
<h1 class="heading-large">All templates used this year</h1>
|
||||||
|
|
||||||
{% include 'views/dashboard/template-statistics.html' %}
|
{% include 'views/dashboard/template-statistics.html' %}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h2 class='heading-large'>Usage</h2>
|
<h1 class='heading-large'>Usage</h1>
|
||||||
|
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter">
|
||||||
{{ pill(years, selected_year, big_number_args={'smallest': True}) }}
|
{{ pill(years, selected_year, big_number_args={'smallest': True}) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user