We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef11d41 commit b811ab4Copy full SHA for b811ab4
templates/org/team/sidebar.tmpl
@@ -58,7 +58,7 @@
58
</thead>
59
<tbody>
60
{{range $t, $unit := $.Units}}
61
- {{if and (lt $unit.MaxPerm 2) (not $unit.Type.UnitGlobalDisabled)}}
+ {{if (not $unit.Type.UnitGlobalDisabled)}}
62
<tr>
63
<td><strong>{{$.locale.Tr $unit.NameKey}}</strong></td>
64
<td>{{if eq ($.Team.UnitAccessMode $.Context $unit.Type) 0 -}}
0 commit comments