From a05da67d71c78ec432d11261168a405313d70f65 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 20 Aug 2018 14:39:26 -0400 Subject: [PATCH] correct link to workspace report screen --- templates/navigation/workspace_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navigation/workspace_navigation.html b/templates/navigation/workspace_navigation.html index f785c055..a622bf8c 100644 --- a/templates/navigation/workspace_navigation.html +++ b/templates/navigation/workspace_navigation.html @@ -32,7 +32,7 @@ {{ SidenavItem( "Funding & Reports", - href='/workspace_reports/123456', + href='/workspaces/123456/reports', active=g.matchesPath('\/workspaces\/[A-Za-z0-9]*\/reports') ) }}