Orgs: show "My Organizations" in the user's menu

This is shown only when the user is member of or administrator for one or
more organizations, otherwise it's hidden.
This commit is contained in:
2017-08-24 12:35:31 +02:00
parent 95dc799692
commit b9ae4396e5
5 changed files with 50 additions and 3 deletions

View File

@@ -62,7 +62,14 @@ li(class="dropdown")
title="My Projects")
i.pi-star
| My Projects
| {% if current_user.has_organizations() %}
li
a.navbar-item(
href="{{ url_for('pillar.web.organizations.index') }}"
title="My Organizations")
i.pi-users
| My Organizations
| {% endif %}
li
a.navbar-item(
href="{{ url_for('users.settings_profile') }}"