mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Slight change from caps to lowercase
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
{% set navigation = [
|
{% set navigation = [
|
||||||
{
|
{
|
||||||
"href": url_for("main.show_accounts_or_dashboard"),
|
"href": url_for("main.show_accounts_or_dashboard"),
|
||||||
"text": "Current Service",
|
"text": "Current service",
|
||||||
"active": header_navigation.is_selected('accounts-or-dashboard')
|
"active": header_navigation.is_selected('accounts-or-dashboard')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
{% set navigation = [
|
{% set navigation = [
|
||||||
{
|
{
|
||||||
"href": url_for("main.show_accounts_or_dashboard"),
|
"href": url_for("main.show_accounts_or_dashboard"),
|
||||||
"text": "Current Service",
|
"text": "Current service",
|
||||||
"active": header_navigation.is_selected('accounts-or-dashboard')
|
"active": header_navigation.is_selected('accounts-or-dashboard')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": url_for('main.user_profile'),
|
"href": url_for('main.user_profile'),
|
||||||
"text": "User Profile",
|
"text": "User profile",
|
||||||
"active": header_navigation.is_selected('user-profile')
|
"active": header_navigation.is_selected('user-profile')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user