Sha256: b5fab5c5266d22f0d72c508023833c7f3723dab6a3b009705840b50b2329c0b8
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
<% if !@product.taxons.blank? %> <section class="product-taxons"> <h2 class="product-taxons__title"> <%= t('spree.look_for_similar_items') %> </h2> <ul class="product-taxons__list"> <% @product.taxons.each do |taxon| %> <li> <%= link_to taxon.name, seo_url(taxon) %> </li> <% end %> </ul> </section> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_starter_frontend-0.1.0 | app/views/spree/components/products/_product_taxons.html.erb |