mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -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:
@@ -196,8 +196,14 @@ class HeaderNavigation(Navigation):
|
||||
'get_example_csv',
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'get_started_old',
|
||||
'go_to_dashboard_after_tour',
|
||||
'guidance',
|
||||
'guidance_index',
|
||||
'branding_and_customisation',
|
||||
'create_and_send_messages',
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'history',
|
||||
'inbound_sms_admin',
|
||||
'inbox',
|
||||
@@ -520,8 +526,14 @@ class MainNavigation(Navigation):
|
||||
'get_example_csv',
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'get_started_old',
|
||||
'go_to_dashboard_after_tour',
|
||||
'guidance',
|
||||
'guidance_index',
|
||||
'branding_and_customisation',
|
||||
'create_and_send_messages',
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
@@ -752,8 +764,14 @@ class CaseworkNavigation(Navigation):
|
||||
'get_example_csv',
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'get_started_old',
|
||||
'go_to_dashboard_after_tour',
|
||||
'guidance',
|
||||
'guidance_index',
|
||||
'branding_and_customisation',
|
||||
'create_and_send_messages',
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
@@ -1041,8 +1059,14 @@ class OrgNavigation(Navigation):
|
||||
'get_example_csv',
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'get_started_old',
|
||||
'go_to_dashboard_after_tour',
|
||||
'guidance',
|
||||
'guidance_index',
|
||||
'branding_and_customisation',
|
||||
'create_and_send_messages',
|
||||
'edit_and_format_messages',
|
||||
'send_files_by_email',
|
||||
'upload_a_letter',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
|
||||
Reference in New Issue
Block a user