From 1998167f1750de44d0b641b57787bb9db631df6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Wed, 1 Feb 2017 13:26:02 +0100 Subject: [PATCH] adds link to add results for officers --- app/views/officing/polls/final.html.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 %>