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

<% if @poll.booths.empty? %>
<%= t("admin.polls.show.no_booths") %>
<% else %> <% @poll.booths.each do |booth| %> <% end %>
<%= t("admin.polls.show.name") %> <%= t("admin.polls.show.location") %>  
<%= link_to booth.name, admin_booth_path(booth) %> <%= booth.location %> <%= link_to t("admin.polls.show.remove_booth"), "#", class: "button hollow alert" %>
<% end %>