| <%= t("officing.polls.final.select_poll") %> | <% @polls.each do |poll| %>|
|---|---|
| <%= poll.name %> | <%= link_to t("officing.polls.final.add_recount"), 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" %> |