Fixing bug in template: selected values of a user was not shown

This commit is contained in:
jelhan 2014-01-29 15:32:27 +01:00
parent ff3ef88585
commit 76d4eb19f9

View file

@ -44,7 +44,7 @@
{{#each user in users}}
<tr>
<td>{{user.name}}</td>
{{#each selection in selections}}
{{#each selection in user.selections}}
<td>{{selection.value}}</td>
{{/each}}
<td>&nbsp;</td>