From 92e1036e8aae638d14e686531dfb7cf0cc8d5aa1 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 21 Aug 2018 14:54:56 -0400 Subject: [PATCH] Check against current url_rule instead of matching a path with a regex --- templates/navigation/workspace_navigation.html | 12 ++++++------ templates/workspace_projects.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/navigation/workspace_navigation.html b/templates/navigation/workspace_navigation.html index a622bf8c..3ed02ea9 100644 --- a/templates/navigation/workspace_navigation.html +++ b/templates/navigation/workspace_navigation.html @@ -4,8 +4,8 @@ diff --git a/templates/workspace_projects.html b/templates/workspace_projects.html index a7f51df1..ccc99759 100644 --- a/templates/workspace_projects.html +++ b/templates/workspace_projects.html @@ -8,7 +8,7 @@

{{ project['name'] }} ({{ project['environments']|length }} environments)

- + {{ Icon('edit') }} edit