AyuntamientoMadrid/participacion

View on GitHub
app/components/admin/poll/questions/filter_component.html.erb

Summary

Maintainability
Test Coverage
<%= form_tag "", method: :get, class: "poll-questions-filter" do %>
  <div class="filter">
    <%= label_tag :poll_id, t("admin.questions.index.filter_poll") %>
    <%= select_tag "poll_id", poll_select_options, prompt: t("polls.all") %>
  </div>
  <%= submit_tag t("shared.filter") %>
<% end %>