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 %} + +
+ + {{ ("Workspace " + workspace.name) }} + +
+ + {% endif %} {% endif %}