Files
notifications-admin/app/templates/views/dashboard/all-template-statistics.html
Chris Hill-Scott a99aeaa136 Make page title on template usage page match link
For consistency. Going to revisit this page shortly.
2017-01-25 14:43:56 +00:00

14 lines
295 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "withnav_template.html" %}
{% block page_title %}
{{ current_service.name }} GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<h2 class="heading-large">All templates used this year</h2>
{% include 'views/dashboard/template-statistics.html' %}
{% endblock %}