mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Updating site to use USWDS styles (#509)
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Daily SMS provider volumes Report
|
||||
</h1>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{ page_footer('Download report (CSV)') }}
|
||||
{% endcall %}
|
||||
|
||||
<h2 class="heading-medium">
|
||||
<h2 class="font-body-lg">
|
||||
Data included in the report
|
||||
</h2>
|
||||
<div class="bottom-gutter-3-2">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Daily volumes Report
|
||||
</h1>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{ page_footer('Download report (CSV)') }}
|
||||
{% endcall %}
|
||||
|
||||
<h2 class="heading-medium">
|
||||
<h2 class="font-body-lg">
|
||||
Data included in the report
|
||||
</h2>
|
||||
<div class="bottom-gutter-3-2">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Billing Report
|
||||
</h1>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{ page_footer('Download report (CSV)') }}
|
||||
{% endcall %}
|
||||
|
||||
<h2 class="heading-medium">
|
||||
<h2 class="font-body-lg">
|
||||
Data included in the report
|
||||
</h2>
|
||||
<div class="bottom-gutter-3-2">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Monthly notification statuses for live services
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -10,22 +10,22 @@
|
||||
Reports
|
||||
</h1>
|
||||
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" target="_blank" href="{{ url_for('main.live_services_csv') }}">Download live services csv report</a>
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.notifications_sent_by_service') }}">Monthly notification statuses for live services</a>
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.get_billing_report') }}">Billing Report</a>
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.get_volumes_by_service') }}">Volumes by service Report</a>
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.get_daily_volumes') }}">Daily volumes Report</a>
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
<p>
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.get_daily_sms_provider_volumes') }}">Daily SMS provider volumes Report</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
<h1 class="font-body-2xl margin-bottom-3">
|
||||
Volumes by service Report
|
||||
</h1>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{ page_footer('Download report (CSV)') }}
|
||||
{% endcall %}
|
||||
|
||||
<h2 class="heading-medium">
|
||||
<h2 class="font-body-lg">
|
||||
Data included in the report
|
||||
</h2>
|
||||
<div class="bottom-gutter-3-2">
|
||||
|
||||
Reference in New Issue
Block a user