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