a few missing spots

This commit is contained in:
Sam 2014-11-27 11:02:54 +11:00
parent 5c965dcb0b
commit 3fd4fc679e
1 changed files with 2 additions and 2 deletions

View File

@ -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>