Sha256: 0dc88ceeb78b7901d4f1cb621dbb462b5103b63cc2c9df24d0e43ed45abb7697

Contents?: true

Size: 463 Bytes

Versions: 14

Compression:

Stored size: 463 Bytes

Contents

<% if !@product.taxons.blank? %>
  <div id="taxon-crumbs" data-hook class=" five ">
    <h3 class="product-section-title"><%= Spree.t(:look_for_similar_items) %></h3>
    <div data-hook="product_taxons">
      <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>
    </div>
  </div>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_frontend-3.0.10 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.9 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.8 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.7 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.6.1 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.6 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.5 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.4 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.3 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.2 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.1 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.0 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.0.rc4 app/views/spree/products/_taxons.html.erb
spree_frontend-3.0.0.rc3 app/views/spree/products/_taxons.html.erb