From 6584b3c44592c0f4f8695e913a558e6c608e05ee Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 1 Feb 2017 14:15:49 +0100 Subject: [PATCH] fixes html table on officing polls final --- app/views/officing/polls/final.html.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/officing/polls/final.html.erb b/app/views/officing/polls/final.html.erb index 6bdeed269..b46ab0b13 100644 --- a/app/views/officing/polls/final.html.erb +++ b/app/views/officing/polls/final.html.erb @@ -3,9 +3,7 @@ <% if @polls.any? %> - - - + <% @polls.each do |poll| %> @@ -19,8 +17,6 @@ <%= link_to t("officing.polls.final.add_recount"), new_officing_poll_final_recount_path(poll), class: "button hollow" %> - -
<%= t("officing.polls.final.select_poll") %>  <%= t("officing.polls.final.select_poll") %>
<%= link_to t("officing.polls.final.add_results"), new_officing_poll_result_path(poll), class: "button hollow" %>