mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Merge pull request #534 from alphagov/footer-changes
Footer links moved around to more sensible groupings
This commit is contained in:
@@ -83,18 +83,17 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<h2>About</h2>
|
<h2>Help</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
|
||||||
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
|
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
|
||||||
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
|
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
|
||||||
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
|
||||||
<li><a href="{{ url_for("main.cookies") }}">Cookies</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<h2>Documentation</h2>
|
<h2>Documentation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
|
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
||||||
<li><a href="{{ url_for('main.documentation') }}">API documentation</a></li>
|
<li><a href="{{ url_for('main.documentation') }}">API documentation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,6 +105,7 @@
|
|||||||
{% block footer_support_links %}
|
{% block footer_support_links %}
|
||||||
<nav class="footer-nav">
|
<nav class="footer-nav">
|
||||||
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
|
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
|
||||||
|
<a href="{{ url_for("main.cookies") }}">Cookies</a>
|
||||||
</nav>
|
</nav>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user