Sha256: 14201fd0fedf4125c1226527bf051ebb527a0bd15a61da8d02be9df1a4f6e54b

Contents?: true

Size: 428 Bytes

Versions: 22

Compression:

Stored size: 428 Bytes

Contents

<% if !@product.taxons.blank? %>
  <div id="taxon-crumbs" data-hook class="alpha 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

22 entries across 22 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/products/_taxons.html.erb
spree_core-1.3.4 app/views/spree/products/_taxons.html.erb
spree_core-1.3.3 app/views/spree/products/_taxons.html.erb
spree_core-1.2.5 app/views/spree/products/_taxons.html.erb
spree_core-1.1.6 app/views/spree/products/_taxons.html.erb
spree_core-1.1.5 app/views/spree/products/_taxons.html.erb
spree_core-1.2.4 app/views/spree/products/_taxons.html.erb
spree_core-1.3.2 app/views/spree/products/_taxons.html.erb
spree_core-1.2.3 app/views/spree/products/_taxons.html.erb
spree_core-1.3.1 app/views/spree/products/_taxons.html.erb
spree_core-1.3.0 app/views/spree/products/_taxons.html.erb
spree_core-1.3.0.rc2 app/views/spree/products/_taxons.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/products/_taxons.html.erb
spree_core-1.3.0.rc1 app/views/spree/products/_taxons.html.erb
spree_core-1.2.2 app/views/spree/products/_taxons.html.erb
spree_core-1.1.4 app/views/spree/products/_taxons.html.erb
spree_core-1.2.0 app/views/spree/products/_taxons.html.erb
spree_core-1.2.0.rc2 app/views/spree/products/_taxons.html.erb
spree_core-1.2.0.rc1 app/views/spree/products/_taxons.html.erb
spree_core-1.1.3 app/views/spree/products/_taxons.html.erb