Sha256: efccc37fa5b6bbbb0c96e895da59c5fbf97499adca24f9f3a55ccccc8f21c48a

Contents?: true

Size: 633 Bytes

Versions: 14

Compression:

Stored size: 633 Bytes

Contents

<% content_for :page_title do %>
  <%= Spree.t(:taxons) %>
<% end %>

<% 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'><%= Spree.t(:click_and_drag_on_the_products_to_sort_them) %></span>
<ul id='taxon_products'></ul>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_backend-2.4.10 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.9 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.8 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.7 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.6 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.5 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.4 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.3 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.2 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.0.rc3 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.0.rc2 app/views/spree/admin/taxons/index.html.erb
spree_backend-2.4.0.rc1 app/views/spree/admin/taxons/index.html.erb