Sha256: a5c3c2ce13ce98233c1e42f0164d1ebeb96ebde3c7094a9db6d97c293413364a

Contents?: true

Size: 422 Bytes

Versions: 13

Compression:

Stored size: 422 Bytes

Contents

<% if !@product.taxons.blank? %>
  <div id="taxon-crumbs" data-hook class="columns five omega">
    <h6 class="product-section-title"><%= t(:look_for_similar_items) %></h6>

    <div data-hook="product_taxons">
      <ul id="similar_items_by_taxon" data-hook>
      <% @product.taxons.each do |taxon| %>
        <li><%= link_to taxon.name, seo_url(taxon) %></li>
      <% end %>
      </ul>
    </div>

  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
spree_core-1.0.7 app/views/spree/products/_taxons.html.erb
spree_core-1.0.6 app/views/spree/products/_taxons.html.erb
spree_core-1.1.1 app/views/spree/products/_taxons.html.erb
spree_core-1.1.0 app/views/spree/products/_taxons.html.erb
spree_core-1.0.4 app/views/spree/products/_taxons.html.erb
spree_core-1.1.0.rc2 app/views/spree/products/_taxons.html.erb
spree_core-1.1.0.rc1 app/views/spree/products/_taxons.html.erb
spree_core-1.0.3 app/views/spree/products/_taxons.html.erb
spree_core-1.0.2 app/views/spree/products/_taxons.html.erb
spree_core-1.0.1 app/views/spree/products/_taxons.html.erb
spree_core-1.0.0 app/views/spree/products/_taxons.html.erb
spree_core-1.0.0.rc4 app/views/spree/products/_taxons.html.erb
spree_core-1.0.0.rc3 app/views/spree/products/_taxons.html.erb