mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Merge branch 'rename-history'
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
{% if current_user.has_permissions(['view_activity'], admin_override=True) %}
|
{% if current_user.has_permissions(['view_activity'], admin_override=True) %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ url_for('.view_notifications', service_id=current_service.id, page=1) }}">History</a></li>
|
<li><a href="{{ url_for('.view_notifications', service_id=current_service.id, page=1) }}">Activity</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if current_user.has_permissions(['view_activity', 'manage_templates', 'manage_api_keys'], admin_override=True, any_=True) %}
|
{% if current_user.has_permissions(['view_activity', 'manage_templates', 'manage_api_keys'], admin_override=True, any_=True) %}
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
|
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
Notifications activity – GOV.UK Notify
|
Activity – GOV.UK Notify
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Notifications activity</h1>
|
<h1 class="heading-large">Activity</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for(".view_notifications", service_id=current_service.id, page=1) }}">All messages</a>
|
<a href="{{ url_for(".view_notifications", service_id=current_service.id, page=1) }}">All messages</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user