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