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