Merge pull request #454 from dod-ccpo/remove-styleguide-from-navigation
Remove Styleguide From Navigation
This commit is contained in:
commit
a3c25b9ec9
@ -2,17 +2,6 @@
|
|||||||
|
|
||||||
<div class="global-navigation sidenav {% if workspace %}global-navigation__context--workspace{% endif %}">
|
<div class="global-navigation sidenav {% if workspace %}global-navigation__context--workspace{% endif %}">
|
||||||
<ul>
|
<ul>
|
||||||
{% if g.dev %}
|
|
||||||
{{ SidenavItem("Styleguide",
|
|
||||||
href="/styleguide",
|
|
||||||
icon="visible",
|
|
||||||
active=g.matchesPath('/styleguide'),
|
|
||||||
subnav=[
|
|
||||||
{"label":"Subnav 1", "href":"/styleguide?subnav1", "icon": "plus", "active": g.matchesPath('/styleguide?subnav1')},
|
|
||||||
{"label":"Subnav 2", "href":"/styleguide?subnav2", "active": g.matchesPath('/styleguide?subnav2')},
|
|
||||||
]) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{{ SidenavItem("Requests",
|
{{ SidenavItem("Requests",
|
||||||
href="/requests",
|
href="/requests",
|
||||||
icon="document",
|
icon="document",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user