Use booth assigment partial correctly

This commit is contained in:
Bertocq
2017-10-19 21:32:09 +02:00
parent 68b7528bab
commit ce25780f70

View File

@@ -18,7 +18,9 @@
</thead>
<tbody>
<% @booths.each do |booth| %>
<%= render partial: "booth_assignment", locals: { booth: booth } %>
<tr id="<%= dom_id(booth) %>" class="booth">
<%= render partial: "booth_assignment", locals: { booth: booth, booth_assignment: booth.assignment_on_poll(@poll) } %>
</tr>
<% end %>
</tbody>
</table>