Sha256: 0dcb4182afcf6557c3765c2e406fbaf0ef0072bcb0ac3ee111ded2985e12741a

Contents?: true

Size: 352 Bytes

Versions: 16

Compression:

Stored size: 352 Bytes

Contents

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

<div class="taxon-products-view">
  <div id="taxonSearch" class="form-group">
    <%= select_tag :taxon_id, nil, class: 'd-block w-100' %>
  </div>

  <ul id="taxon_products" class="taxon row"></ul>

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
spree_backend-4.8.4 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.8.3 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.8.2 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.8.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.7.2 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.6.2 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.7.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.7.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.6.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.6.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.5.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.5.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.4.1 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.4.0 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.4.0.rc2 app/views/spree/admin/taxons/index.html.erb
spree_backend-4.4.0.rc1 app/views/spree/admin/taxons/index.html.erb