<%= form_tag(search_booths_admin_poll_booth_assignments_path(@poll), method: :get, remote: true) do |f| %>
<%= text_field_tag :search, @search, placeholder: t("admin.shared.booths_search.placeholder"), id: "search-booths" %>
<%= submit_tag t("admin.shared.booths_search.button"), class: "button" %>
<% end %>