Sha256: 514d494b03755b70a19459b38ffd31ec0eece217c49b8b599590954e178db5cc

Contents?: true

Size: 992 Bytes

Versions: 6

Compression:

Stored size: 992 Bytes

Contents

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

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

  <%= form.check_boxes_tree :state, filter_states_values, legend_title: t(".state") %>

  <%= hidden_field_tag :order, order, id: nil, class: "order_filter" %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/views/decidim/votings/votings/_filters.html.erb
decidim-elections-0.24.2 app/views/decidim/votings/votings/_filters.html.erb
decidim-elections-0.24.1 app/views/decidim/votings/votings/_filters.html.erb
decidim-elections-0.24.0 app/views/decidim/votings/votings/_filters.html.erb
decidim-elections-0.24.0.rc2 app/views/decidim/votings/votings/_filters.html.erb
decidim-elections-0.24.0.rc1 app/views/decidim/votings/votings/_filters.html.erb