Intitial teams support #147
@ -13,6 +13,9 @@
|
|||||||
<th>
|
<th>
|
||||||
Role
|
Role
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
Users
|
||||||
|
</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -28,6 +31,11 @@
|
|||||||
{{ team_member.get_role_display }}
|
{{ team_member.get_role_display }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
<td class="text-center">
|
||||||
|
<div class="badge">
|
||||||
|
{{ team.team_users.all.count }}
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{# TODO: disable dropdown btn leave team if user is the only manager #}
|
{# TODO: disable dropdown btn leave team if user is the only manager #}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
Loading…
Reference in New Issue
Block a user