Remove workspace ID from templates, since its not really working anyway. Replace with a static dummy ID.

This commit is contained in:
Andrew Croce
2018-07-30 11:17:54 -04:00
parent 9369a137ca
commit fbbd766f1f
2 changed files with 18 additions and 10 deletions

View File

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