fixes alignment

This commit is contained in:
rgarcia
2017-10-19 10:25:14 +02:00
parent 98f5d70e6d
commit b6e080abca

View File

@@ -6,7 +6,7 @@
<%= t("admin.results.index.no_results") %>
</div>
<% else %>
<%= render "admin/poll/results/recount", resource: @booth_assignment %>
<%= render "admin/poll/results/recount", resource: @booth_assignment %>
<%= render "admin/poll/results/result" %>
<% end %>
</div>