Add task orders to side nav for workspaces
This commit is contained in:
parent
8017b7f03f
commit
189bf5a92e
@ -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),
|
||||
|
@ -204,6 +204,7 @@ navigation:
|
||||
budget_report: Budget Report
|
||||
members: Members
|
||||
projects: Projects
|
||||
task_orders: Task Orders
|
||||
workspace_settings: Workspace Settings
|
||||
requests:
|
||||
_new:
|
||||
|
Loading…
x
Reference in New Issue
Block a user