From 833ec08ef48df6cd86e579a6e9807143fe57fc2a Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Fri, 12 Jul 2019 15:19:13 -0400 Subject: [PATCH] Add update route to list of routes for showing the funding icon --- templates/portfolios/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolios/header.html b/templates/portfolios/header.html index fdd6d20f..36b1adca 100644 --- a/templates/portfolios/header.html +++ b/templates/portfolios/header.html @@ -27,7 +27,7 @@ icon='funding', text='navigation.portfolio_navigation.breadcrumbs.funding' | translate, url=url_for("task_orders.portfolio_funding", portfolio_id=portfolio.id), - active=request.url_rule.endpoint in ["task_orders.portfolio_funding", "task_orders.review_task_order", "task_orders.edit"], + active=request.url_rule.endpoint in ["task_orders.portfolio_funding", "task_orders.review_task_order", "task_orders.edit", "task_orders.update"], ) }} {{ Link( icon='applications',