Sha256: 6d0a3de399b48ca45b06155fcbe2ea1cf131f3f4bbd620f2faac03cb0ec4d6c6

Contents?: true

Size: 357 Bytes

Versions: 9

Compression:

Stored size: 357 Bytes

Contents

<% if !@product.taxons.blank? -%>
<div id="taxon-crumbs">
  <h3><%= t('look_for_similar_items') -%></h3>

  <% hook :product_taxons do %>
  <div>
    <ul id='similar_items_by_taxon'>
    <% @product.taxons.each do |taxon| -%>
      <li><%= link_to taxon.name, "/t/#{taxon.permalink}" %></li>
    <% end -%>
    </ul>
  </div>
  <% end %>

</div>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/products/_taxons.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/products/_taxons.html.erb