Sha256: 7a1422281f971410a89446bd5c2d5e69d299e78cd8044d01c1ee638f7a13546d

Contents?: true

Size: 353 Bytes

Versions: 28

Compression:

Stored size: 353 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

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/products/_taxons.html.erb
My-Commerce_core-1.1.0 app/views/products/_taxons.html.erb
My-Commerce_core-1.0.0 app/views/products/_taxons.html.erb
MyCommerceapi-1.0.0 core/app/views/products/_taxons.html.erb
MyCommerce-0.0.3 core/app/views/products/_taxons.html.erb
rfcommerce_core-0.0.3 app/views/products/_taxons.html.erb
spree_core-0.60.6 app/views/products/_taxons.html.erb
spree_core-0.60.5 app/views/products/_taxons.html.erb
spree_core-0.30.2 app/views/products/_taxons.html.erb
spree_core-0.40.4 app/views/products/_taxons.html.erb
spree_core-0.50.4 app/views/products/_taxons.html.erb
spree_core-0.60.4 app/views/products/_taxons.html.erb
spree_core-0.50.3 app/views/products/_taxons.html.erb
spree_core-0.60.3 app/views/products/_taxons.html.erb
spree_core-0.60.2 app/views/products/_taxons.html.erb
spree_core-0.60.1 app/views/products/_taxons.html.erb
spree_core-0.60.0 app/views/products/_taxons.html.erb
spree_core-0.60.0.RC1 app/views/products/_taxons.html.erb
spree_core-0.50.2 app/views/products/_taxons.html.erb
spree_core-0.50.1 app/views/products/_taxons.html.erb