Add task orders to side nav for workspaces

This commit is contained in:
Patrick Smith 2019-01-09 10:36:20 -05:00
parent 8017b7f03f
commit 189bf5a92e
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,13 @@
) }}
{% endif %}
{{ SidenavItem(
("navigation.workspace_navigation.task_orders" | translate),
href=url_for("workspaces.workspace_task_orders", workspace_id=workspace.id),
active=request.url_rule.rule.startswith('/workspaces/<workspace_id>/task_order'),
subnav=None
) }}
{% if user_can(permissions.EDIT_WORKSPACE_INFORMATION) %}
{{ SidenavItem(
("navigation.workspace_navigation.workspace_settings" | translate),

View File

@ -204,6 +204,7 @@ navigation:
budget_report: Budget Report
members: Members
projects: Projects
task_orders: Task Orders
workspace_settings: Workspace Settings
requests:
_new: