mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -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:
@@ -62,27 +62,27 @@ def using_notify_nav():
|
||||
},
|
||||
{
|
||||
"name": "Guidance",
|
||||
"link": "main.guidance",
|
||||
"link": "main.guidance_index",
|
||||
"sub_navigation_items": [
|
||||
{
|
||||
"name": "Create and send messages",
|
||||
"link": "main.features_email",
|
||||
"link": "main.create_and_send_messages",
|
||||
},
|
||||
{
|
||||
"name": "Edit and format messages",
|
||||
"link": "main.features_sms",
|
||||
"link": "main.edit_and_format_messages",
|
||||
},
|
||||
{
|
||||
"name": "Branding and customisation",
|
||||
"link": "main.features_letters",
|
||||
"link": "main.branding_and_customisation",
|
||||
},
|
||||
{
|
||||
"name": "Send files by email",
|
||||
"link": "main.features_letters",
|
||||
"link": "main.send_files_by_email",
|
||||
},
|
||||
{
|
||||
"name": "Upload your own letters",
|
||||
"link": "main.features_letters",
|
||||
"link": "main.upload_a_letter",
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user