Sha256: fd08fd3d7b985017fcf3bcd9258287405adadff28dacc344c1bbb57cebc88fba

Contents?: true

Size: 875 Bytes

Versions: 42

Compression:

Stored size: 875 Bytes

Contents

<% if content_for?(:table_filter) %>
  <div class="filter-wrap row">
    <div class="col-sm-12">
      <div class="input-group index-filter-button">
        <span class="input-group-btn">
          <button class="btn btn-default js-show-index-filters" type="button">
            <span class="icon icon-chevron-right"></span>
            <%= Spree.t(:filter) %>
          </button>
        </span>
        <%= form_tag request.fullpath, id: "quick-search" do %>
          <%= text_field_tag :quick_search, nil, class: "form-control js-quick-search", placeholder: Spree.t(:quick_search) %>
        <% end %>
      </div>
      <% unless defined?(simple) %>
        <div id="table-filter" data-hook class="well filter-well">
          <%= yield :table_filter %>
        </div>
      <% end %>
    </div>
  </div>

  <div class="table-active-filters js-filters"></div>
<% end %>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
spree_backend-3.2.9 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.14 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.8 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.13 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.7 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.12 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.6 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.11 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.10 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.5 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.9 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.4 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.8 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.7 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.3 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.2 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.6 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.5 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.1 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.0 app/views/spree/admin/shared/_table_filter.html.erb