Sha256: 1f08f5c9f93a4b62fe63991d1532b42148aab7722487afd3e88efe924a7a02c4

Contents?: true

Size: 381 Bytes

Versions: 46

Compression:

Stored size: 381 Bytes

Contents

<!-- FIXME: Should be removed if not used? -->
<% if @product.taxons.present? %>
  <h3 class="product-section-title"><%= Spree.t(:look_for_similar_items) %></h3>
  <ul class="list-group" id="similar_items_by_taxon" data-hook>
    <% @product.taxons.each do |taxon| %>
      <li class="list-group-item"><%= link_to taxon.name, seo_url(taxon) %></li>
    <% end %>
  </ul>
<% end %>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.7 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.3 app/views/spree/products/_taxons.html.erb
spree_frontend-4.7.0 app/views/spree/products/_taxons.html.erb
spree_frontend-4.6.0 app/views/spree/products/_taxons.html.erb
spree_frontend-4.5.0 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.6 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.2 app/views/spree/products/_taxons.html.erb
spree_frontend-4.4.0 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.1 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.0 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/products/_taxons.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.5 app/views/spree/products/_taxons.html.erb
spree_frontend-4.1.14 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.4 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.3.1 app/views/spree/products/_taxons.html.erb
spree_frontend-4.1.13.1 app/views/spree/products/_taxons.html.erb
spree_frontend-4.2.3 app/views/spree/products/_taxons.html.erb