Sha256: 717d6ce7602eb736268c0fc1bb4ad4c24d18ffa384a2f0689e94d1ff18a7faca
Contents?: true
Size: 546 Bytes
Versions: 1
Compression:
Stored size: 546 Bytes
Contents
<% unless @product_properties.empty? %> <section class="product-properties"> <h2 class="product-properties__title"> <%= t('spree.properties')%> </h2> <table class="product-properties__table"> <tbody> <% @product_properties.each do |product_property| %> <tr> <td><%= product_property.property.presentation %></td> <td><%= product_property.value %></td> </tr> <% end %> <% reset_cycle('properties') %> </tbody> </table> </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_properties.html.erb |