From 3612fcca6c9a3fc178aeb4c9068892afc47d0b4f Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 7 Jan 2019 14:42:18 -0500 Subject: [PATCH] hide requests link in workspace view --- templates/navigation/topbar.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index ce3561bc..8a49921c 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -54,9 +54,11 @@ {% endif %} - - {{ "navigation.topbar.request_workspace_link_text" | translate }} - + {% if config.get("REQUESTS_WORKFLOW") %} + + {{ "navigation.topbar.request_workspace_link_text" | translate }} + + {% endif %}