Sha256: cb5a0ee2eba102ca967f922cce6dc3089f038c391b6e0d157237b4a0427d263f

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

<%= render partial: "decidim/shared/filter_form_help", locals: { skip_to_id: "elections" } %>

<%= filter_form_for filter do |form| %>
  <div class="filters__section">
    <div class="filters__search">
      <div class="input-group">
        <%= form.search_field :search_text_cont,
                              label: false,
                              class: "input-group-field",
                              placeholder: t(".search"),
                              title: t(".search"),
                              "aria-label": t(".search"),
                              data: { disable_dynamic_change: true } %>
        <div class="input-group-button">
          <button type="submit" class="button" aria-controls="elections">
            <%= icon "magnifying-glass", aria_label: t(".search"), role: "img" %>
          </button>
        </div>
      </div>
    </div>
  </div>

  <%= form.check_boxes_tree :with_any_date, date_filter_values, legend_title: t(".date") %>
  <%= hidden_field_tag :order, order, id: nil, class: "order_filter" %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.8 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.7 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.6 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.5 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.4 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.3 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.2 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.1 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.0 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.0.rc2 app/views/decidim/elections/elections/_filters.html.erb
decidim-elections-0.27.0.rc1 app/views/decidim/elections/elections/_filters.html.erb