From 687f07525a741012c3c326c65baab5ed04a41cff Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 16 Oct 2018 11:39:32 -0400 Subject: [PATCH] Add menu to topbar, if theres more than one workspace --- templates/navigation/topbar.html | 42 +++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 6bcd0d0a..b4fcabee 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -15,9 +15,45 @@
{% if workspace %} - - {{ ("Workspace " + workspace.name) }} - + {% if workspaces %} + +
+ +
+ + {% else %} + + + + {% endif %} {% endif %}