diff --git a/app/views/officing/polls/final.html.erb b/app/views/officing/polls/final.html.erb index 7159a3769..6bdeed269 100644 --- a/app/views/officing/polls/final.html.erb +++ b/app/views/officing/polls/final.html.erb @@ -5,13 +5,14 @@ <%= t("officing.polls.final.select_poll") %>   +   <% @polls.each do |poll| %> - <%= link_to poll.name, new_officing_poll_final_recount_path(poll) %> + <%= poll.name %> @@ -19,6 +20,11 @@ new_officing_poll_final_recount_path(poll), class: "button hollow" %> + + <%= link_to t("officing.polls.final.add_results"), + new_officing_poll_result_path(poll), + class: "button hollow" %> + <% end %>