Merge pull request #454 from dod-ccpo/remove-styleguide-from-navigation

Remove Styleguide From Navigation
This commit is contained in:
montana-mil 2018-11-28 12:00:41 -05:00 committed by GitHub
commit a3c25b9ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",