mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Renamed guides to best practices
This commit is contained in:
@@ -28,8 +28,8 @@ def using_notify_nav():
|
|||||||
"link": "main.get_started",
|
"link": "main.get_started",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Best Practices",
|
"name": "Guides",
|
||||||
"link": "main.best_practices",
|
"link": "main.guides",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Trial mode",
|
"name": "Trial mode",
|
||||||
|
|||||||
+2
-2
@@ -46,8 +46,8 @@ class HeaderNavigation(Navigation):
|
|||||||
"roadmap",
|
"roadmap",
|
||||||
"security",
|
"security",
|
||||||
},
|
},
|
||||||
"best_practices": {
|
"guides": {
|
||||||
"best_practices",
|
"guides",
|
||||||
},
|
},
|
||||||
"using_notify": {
|
"using_notify": {
|
||||||
"get_started",
|
"get_started",
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ header_navigation.is_selected('accounts-or-dashboard')},
|
|||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% if FEATURE_BEST_PRACTICES_ENABLED %}
|
{% if FEATURE_BEST_PRACTICES_ENABLED %}
|
||||||
{% set navigation = navigation + [{"href": url_for('main.best_practices'), "text": "Best Practices", "active":
|
{% set navigation = navigation + [{"href": url_for('main.guides'), "text": "Guides", "active":
|
||||||
header_navigation.is_selected('best_practices')}] %}
|
header_navigation.is_selected('guides')}] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% set navigation = navigation + [
|
{% set navigation = navigation + [
|
||||||
|
|||||||
Reference in New Issue
Block a user