a few missing spots
This commit is contained in:
parent
5c965dcb0b
commit
3fd4fc679e
|
@ -42,10 +42,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{#each user in model}}
|
{{#each user in model}}
|
||||||
<tr {{bind-attr class="selected active::not-activated"}}>
|
<tr {{bind-attr class="selected user.active::not-activated"}}>
|
||||||
{{#if controller.showApproval}}
|
{{#if controller.showApproval}}
|
||||||
<td>
|
<td>
|
||||||
{{#if can_approve}}
|
{{#if user.can_approve}}
|
||||||
{{input type="checkbox" checked=selected}}
|
{{input type="checkbox" checked=selected}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue