mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Add left-hand navigation to pricing pages
So that you don’t have to use the footer navigation to switch between these related pages. Matches the template we use for organising features-related content.
This commit is contained in:
@@ -39,3 +39,16 @@ def features_nav():
|
||||
"link": "main.terms",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
def pricing_nav():
|
||||
return [
|
||||
{
|
||||
"name": "Pricing",
|
||||
"link": "main.pricing",
|
||||
},
|
||||
{
|
||||
"name": "How to pay",
|
||||
"link": "main.how_to_pay",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user