Intitial teams support #147
@ -38,15 +38,15 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
{# TODO: disable dropdown btn leave team if user is the only manager #}
|
||||
{# TODO: @back-end disable dropdown btn leave team if user is the only manager #}
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-link dropdown-toggle js-dropdown-toggle" data-toggle-menu-id="team-{{ team.id }}">
|
||||
<i class="i-more-vertical"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-right js-dropdown-menu" id="team-{{ team.id }}">
|
||||
<li>
|
||||
{# TODO: add page leave team base and link #}
|
||||
{# TODO: add conditional class 'dropdown-item-disabled' if user is the only manager #}
|
||||
{# TODO: @back-end add page leave team base and link #}
|
||||
{# TODO: @back-end add conditional class 'dropdown-item-disabled' if user is the only manager #}
|
||||
<a class="dropdown-item {% comment %}dropdown-item-disabled{% endcomment %}" href="#"><i class="i-log-out"></i>Leave Team</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user