mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-26 02:49:16 -04:00
- 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
18 lines
331 B
HTML
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 %}
|