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