mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Relabel show more links on the dashboard
- ‘messages sent per month’ is a better description of what will appear on the page than ‘activity breakdown’ - ‘templates used by month’ instead of ‘this year’ for consistency I think ‘usage breakdown’ still works for the remaining link – it’s more than a monthly breakdown, it also breaks down the spend. Doesn’t need to say ‘by month’ in the `<h1>`s themselves, because you can see from looking at the page that it’s broken down by month.
This commit is contained in:
@@ -32,14 +32,14 @@
|
|||||||
{{ ajax_block(partials, updates_url, 'totals') }}
|
{{ ajax_block(partials, updates_url, 'totals') }}
|
||||||
{{ show_more(
|
{{ show_more(
|
||||||
url_for('.monthly', service_id=current_service.id),
|
url_for('.monthly', service_id=current_service.id),
|
||||||
'See activity breakdown'
|
'See messages sent per month'
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
{% if partials['has_template_statistics'] %}
|
{% if partials['has_template_statistics'] %}
|
||||||
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
||||||
{{ show_more(
|
{{ show_more(
|
||||||
url_for('.template_history', service_id=current_service.id),
|
url_for('.template_history', service_id=current_service.id),
|
||||||
'See all templates used this year'
|
'See templates used by month'
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
{% extends "withnav_template.html" %}
|
{% extends "withnav_template.html" %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
Activity breakdown
|
Messages sent,
|
||||||
{{ selected_year }} to {{ selected_year + 1 }} financial year
|
{{ selected_year }} to {{ selected_year + 1 }} financial year
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Activity breakdown
|
Messages sent
|
||||||
</h1>
|
</h1>
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter">
|
||||||
{{ pill(
|
{{ pill(
|
||||||
|
|||||||
Reference in New Issue
Block a user