Allow CCPO to view workspaces

This commit is contained in:
richard-dds
2018-09-12 11:13:06 -04:00
parent 59761800df
commit e997c5cedd
6 changed files with 46 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
]
) }}
{% if g.current_user.workspace_roles %}
{% if g.current_user.has_workspaces %}
{{ SidenavItem("Workspaces", href="/workspaces", icon="cloud", active=g.matchesPath('/workspaces')) }}
{% endif %}
</ul>