Remove the verbs from the navigation

Because ‘Send text messages’ isn’t very helpful if you’re looking to
edit a template.

It also helps front-load the navigation, ie ‘Team’ is the first word,
rather than the more generic ‘Manage’.
This commit is contained in:
Chris Hill-Scott
2016-04-01 10:42:23 +01:00
parent 5f9605d605
commit 42cb4b0d99
5 changed files with 17 additions and 39 deletions

View File

@@ -19,11 +19,7 @@ Manage users GOV.UK Notify
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
{% if current_user.has_permissions(['manage_users']) %}
Manage team
{% else %}
View team members
{% endif %}
Team members
</h1>
</div>
{% if current_user.has_permissions(['manage_users']) %}

View File

@@ -7,7 +7,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">Manage settings</h1>
<h1 class="heading-large">Settings</h1>
{{ browse_list([
{