Sha256: 1587e0ef401c7a15644fba5506074e3b8c10973806978bf00893316c2951d925

Contents?: true

Size: 1.28 KB

Versions: 21

Compression:

Stored size: 1.28 KB

Contents

<div data-hook="admin_products_sidebar">

  <%= search_form_for [:admin, @search] do |f| %>
    <div data-hook="admin_products_index_search" class="row">
      <div class="col-12 col-lg-6">
        <div class="form-group">
          <%= f.label :search_by_name, Spree.t(:product_name) %>
          <%= f.text_field :search_by_name, size: 15, class: "form-control js-quick-search-target js-filterable" %>
        </div>
      </div>
      <div class="col-12 col-lg-6">
        <div class="form-group">
          <%= f.label :variants_including_master_sku_cont, Spree.t(:sku) %>
          <%= f.text_field :variants_including_master_sku_cont, size: 15, class: "form-control js-filterable" %>
        </div>
      </div>
      <div class="col-12">
        <%= f.field_container :deleted_at_null do %>
          <div class="custom-control custom-checkbox">
            <%= f.check_box :deleted_at_null, {checked: params[:q][:deleted_at_null] == '0', class: 'custom-control-input'}, '0', '1' %>
            <%= f.label :deleted_at_null, Spree.t(:show_deleted), class: 'custom-control-label' %>
          </div>
        <% end %>
      </div>
    </div>
    <div data-hook="admin_products_index_search_buttons" class="form-actions">
      <%= button Spree.t(:search), 'search.svg' %>
    </div>
  <% end %>

</div>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
spree_cm_commissioner-1.8.0.pre.beta2 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-1.8.0 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-1.8.0.pre.beta4 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-1.8.0.pre.deploy.pre.demo app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-1.8.0.pre.beta3 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-1.8.0.pre.beta1 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-0.0.3 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-0.0.2 app/views/spree/billing/products/_filters.html.erb
spree_cm_commissioner-0.0.1 app/views/spree/billing/products/_filters.html.erb
spree_backend-4.8.4 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.8.3 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.8.2 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.8.1 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.7.2 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.6.2 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.7.1 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.7.0 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.6.1 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.6.0 app/views/spree/admin/products/_filters.html.erb
spree_backend-4.5.1 app/views/spree/admin/products/_filters.html.erb