Files
notifications-admin/app/templates/views/platform-admin/splash-page.html
Jonathan Bobel 348e29fb40 - Removed links to the gov uk stylesheets
- Deleted /stylesheets folder
- Removed sass build from gulpfile
- Changed gov links to usa links
- Changed other govuk styles, like breadcrumbs
- Changed name of uk_components file to us_components
- Fixed a few tests that broke on account of the changes
2023-08-08 16:19:17 -04:00

18 lines
331 B
HTML

{% extends "views/platform-admin/_base_template.html" %}
{% block per_page_title %}
Summary
{% endblock %}
{% block platform_admin_content %}
<h1 class="heading-medium">
Summary
</h1>
<p class="govuk-body">
<a class="usa-link" href="{{ url_for('main.platform_admin') }}">Load summary</a>
</p>
{% endblock %}