From fbbd766f1f534d00d946067ca61a82222829c456 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 30 Jul 2018 11:17:54 -0400 Subject: [PATCH] Remove workspace ID from templates, since its not really working anyway. Replace with a static dummy ID. --- templates/navigation/topbar.html.to | 2 +- .../navigation/workspace_navigation.html.to | 26 ++++++++++++------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/templates/navigation/topbar.html.to b/templates/navigation/topbar.html.to index 207f5ecd..9af26690 100644 --- a/templates/navigation/topbar.html.to +++ b/templates/navigation/topbar.html.to @@ -6,7 +6,7 @@
- {{ "Workspace "+workspace_id if context == 'workspace' else "JEDI" }} + {{ "Workspace 123456" if context == 'workspace' else "JEDI" }} {% module Icon('caret_down', classes='topbar__link-icon icon--tiny') %} diff --git a/templates/navigation/workspace_navigation.html.to b/templates/navigation/workspace_navigation.html.to index 93ab38b1..21b48bb5 100644 --- a/templates/navigation/workspace_navigation.html.to +++ b/templates/navigation/workspace_navigation.html.to @@ -2,20 +2,28 @@