Sha256: fd08fd3d7b985017fcf3bcd9258287405adadff28dacc344c1bbb57cebc88fba

Contents?: true

Size: 875 Bytes

Versions: 43

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

43 entries across 43 versions & 2 rubygems

Version Path
spree_backend-3.2.0 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.4 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.0.rc3 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.0.rc2 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.2.0.rc1 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.3 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.2 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.10 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.1 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.0 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.0.rc4 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.9 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.0.rc3 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.0.rc2 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.1.0.rc1 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.8 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.7 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.6.1 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.6 app/views/spree/admin/shared/_table_filter.html.erb
spree_backend-3.0.5 app/views/spree/admin/shared/_table_filter.html.erb