mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 00:28:25 -04:00
Add left hand navigation
Due to the way the navigation dictionaries are built this mean being less smart about the view method for the guidance pages.
This commit is contained in:
@@ -15,17 +15,17 @@
|
||||
<p>It explains how to:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li><a href="{{ url_for('.guidance', slug='create-and-send-messages') }}">create and send messages</a></li>
|
||||
<li><a href="{{ url_for('.guidance', slug='edit-and-format-messages') }}">edit and format messages</a></li>
|
||||
<li>add <a href="{{ url_for('.guidance', slug='branding-and-customisation') }}">branding and customisation</a></li>
|
||||
<li><a href="{{ url_for('.guidance', slug='send-files-by-email') }}">send files by email</a></li>
|
||||
<li><a href="{{ url_for('.guidance', slug='upload-a-letter') }}">upload your own letters</a></li>
|
||||
<li><a href="{{ url_for('.create_and_send_messages') }}">create and send messages</a></li>
|
||||
<li><a href="{{ url_for('.edit_and_format_messages') }}">edit and format messages</a></li>
|
||||
<li>add <a href="{{ url_for('.branding_and_customisation') }}">branding and customisation</a></li>
|
||||
<li><a href="{{ url_for('.send_files_by_email') }}">send files by email</a></li>
|
||||
<li><a href="{{ url_for('.upload_a_letter') }}">upload your own letters</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">More information</h2>
|
||||
|
||||
<p>The GOV.UK Service Manual has advice on:</p>
|
||||
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li><a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">planning and writing text messages and emails</a></li>
|
||||
<li><a href="https://www.gov.uk/service-manual/design/writing-effective-letters">writing effective letters</a></li>
|
||||
|
||||
Reference in New Issue
Block a user