Sha256: 7b4ed9bd8ee1c5f270aeaa1a2d7011ba73f87bb267ee56577a3fff38c8173090

Contents?: true

Size: 363 Bytes

Versions: 12

Compression:

Stored size: 363 Bytes

Contents

<% unless @product_properties.empty? %>
<dl id="product-properties" class="table-display" data-hook>
<% for product_property in @product_properties 
    css_class = cycle('even', 'odd') %>
  <dt class="<%= css_class %>"><%= product_property.property.presentation %></dt>
  <dd class="<%= css_class %>"><%= product_property.value %></dd>
<% end %>
</dl>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/products/_properties.html.erb
spree_core-0.70.6 app/views/products/_properties.html.erb
spree_core-0.70.5 app/views/products/_properties.html.erb
spree_core-0.70.4 app/views/products/_properties.html.erb
spree_core-1.0.0.rc2 app/views/spree/products/_properties.html.erb
spree_core-1.0.0.rc1 app/views/spree/products/_properties.html.erb
spree_core-0.70.3 app/views/products/_properties.html.erb
spree_core-0.70.2 app/views/products/_properties.html.erb
spree_core-0.70.1 app/views/products/_properties.html.erb
spree_core-0.70.0 app/views/products/_properties.html.erb
spree_core-0.70.0.rc2 app/views/products/_properties.html.erb
spree_core-0.70.RC1 app/views/products/_properties.html.erb