<%= render "shared/back_link" %>

<%= @poll.name %>

<%= link_to t("admin.actions.edit"), edit_admin_poll_path(@poll), class: "button hollow float-right" %>

(REFNUM)

Próximamente (15/12/2016 - 15/02/2017)

<%= link_to t("admin.polls.show.add_booth"), "#", class: "button success" %>
<%= t("admin.polls.show.no_booths") %>

<%= t("admin.polls.show.booths_title") %>

<%= @poll.booths.each do |booth| %> <% end %>
<%= t("admin.polls.show.name") %> <%= t("admin.polls.show.location") %>  
<%= link_to "Urna Moncloa (REFNUM)", "#" %> C/ Isaac Peral, 25. 28003, Madrid <%= link_to t("admin.actions.edit"), "#", class: "button hollow" %>