mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-26 21:22:32 -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 %}
|
||||
|
||||
<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' %}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h2 class='heading-large'>Usage</h2>
|
||||
<h1 class='heading-large'>Usage</h1>
|
||||
|
||||
<div class="bottom-gutter">
|
||||
{{ pill(years, selected_year, big_number_args={'smallest': True}) }}
|
||||
|
||||
Reference in New Issue
Block a user