mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 15:48:25 -04:00
Rename support link in navigation to save space
Technically it’s _support, feedback and questions_ but that’s way too long. And it’s all support really.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
|
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
|
||||||
<nav id="proposition-menu">
|
<nav id="proposition-menu">
|
||||||
<ul id="proposition-links">
|
<ul id="proposition-links">
|
||||||
<li><a href="{{ url_for('main.support') }}">Support and feedback</a></li>
|
<li><a href="{{ url_for('main.support') }}">Support</a></li>
|
||||||
{% if current_user.is_authenticated %}
|
{% if current_user.is_authenticated %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ url_for('main.user_profile') }}">{{ current_user.name }}</a>
|
<a href="{{ url_for('main.user_profile') }}">{{ current_user.name }}</a>
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
<h2>Support</h2>
|
<h2>Support</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://status.notifications.service.gov.uk">System status</a></li>
|
<li><a href="https://status.notifications.service.gov.uk">System status</a></li>
|
||||||
<li><a href="{{ url_for('main.support') }}">Support and feedback</a></li>
|
<li><a href="{{ url_for('main.support') }}">Support</a></li>
|
||||||
<li><a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">Chat with the Notify team</a></li>
|
<li><a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">Chat with the Notify team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user