Sha256: 2efb052df23c9b05915c5d9bdcb621ef408a391ac00cfcc15a69e4421da8cc00

Contents?: true

Size: 549 Bytes

Versions: 7

Compression:

Stored size: 549 Bytes

Contents

<% content_for :table_filter_title do %>
  <%= Spree.t(:choose_a_taxon_to_sort_products_for) %>
<% end %>

<% content_for :table_filter do %>
  <div data-hook="admin_orders_index_search" class="columns six">
    <input type='text' id='taxon_id' />
  </div>
<% end %>

<%= render :partial => 'spree/admin/shared/product_sub_menu' %>
<span id='sorting_explanation' style='display:none'>Click &amp; drag on the products to sort them.</span>
<ul id='taxon_products'></ul>

<%= render :partial => "spree/admin/products/autocomplete", :formats => :js %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spree_backend-2.3.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.2.4 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.2.3 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.3.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.2.2 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.2.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.2.0 app/views/spree/admin/taxons/index.html.erb