global nav and topbar

This commit is contained in:
Andrew Croce
2018-07-20 08:29:14 -04:00
parent 7ed3d50c2e
commit 4d949b5922
4 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="global-navigation sidenav global-navigation__context--{{context}}">
<ul>
{% module SidenavItem("Requests", href="/requests", icon="document", active=matchesPath('/requests')) %}
{% module SidenavItem("Workspaces", href="/workspaces", icon="cloud", active=matchesPath('/workspaces')) %}
</ul>
</div>