Add a support index page

Our support process is about to get more fully fledged so we’ll need
an index page to route people properly.

We reckon that users will also want to know what the support process is,
so let’s explain it on this page.
This commit is contained in:
Chris Hill-Scott
2016-12-12 11:18:25 +00:00
parent 4aec4bbcbb
commit 4503724ad6
7 changed files with 103 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
<nav id="proposition-menu">
<ul id="proposition-links">
<li><a href="{{ url_for('main.feedback') }}">Support and feedback</a></li>
<li><a href="{{ url_for('main.support') }}">Support and feedback</a></li>
{% if current_user.is_authenticated %}
<li>
<a href="{{ url_for('main.user_profile') }}">{{ current_user.name }}</a>
@@ -84,7 +84,7 @@
<h2>Support</h2>
<ul>
<li><a href="https://status.notifications.service.gov.uk">System status</a></li>
<li><a href="{{ url_for('main.feedback') }}">Support and feedback</a></li>
<li><a href="{{ url_for('main.support') }}">Support and feedback</a></li>
<li><a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">Chat with the Notify team</a></li>
</ul>
</div>