workspace context setup

This commit is contained in:
Andrew Croce
2018-07-26 16:41:37 -04:00
parent 49460768ef
commit 5cabf8b66e
7 changed files with 21 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<div class="topbar__context topbar__context--{{context}}">
<a href="/" class="topbar__link">
<span class="topbar__link-label">JEDI</span>
<span class="topbar__link-label">{{ "Workspace Name" if context == 'workspace' else "JEDI" }}</span>
{% module Icon('caret_down', classes='topbar__link-icon icon--tiny') %}
</a>

View File

@@ -0,0 +1 @@
nav