Sha256: 7b71a8fb6a7fa504bd578b6210ca0154ef5f7e2b2b8e70c5950a089f7591597d

Contents?: true

Size: 235 Bytes

Versions: 13

Compression:

Stored size: 235 Bytes

Contents

<% unless @product.product_properties.empty? %>
<dl>
<% for product_property in @product.product_properties %>
  <dt><%= product_property.property.presentation %></dt>
  <dd><%= product_property.value %></dd>
<% end %>
</dl>
<% end %>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/products/_properties.html.erb
spree-enriquez-0.9.4 app/views/products/_properties.html.erb
spree-0.9.4 app/views/products/_properties.html.erb
spree-0.9.3 app/views/products/_properties.html.erb
spree-0.9.2 app/views/products/_properties.html.erb
spree-0.9.1 app/views/products/_properties.html.erb
spree-0.9.0 app/views/products/_properties.html.erb
spree-0.8.4 app/views/products/_properties.html.erb
spree-0.8.5 app/views/products/_properties.html.erb
spree-0.8.0 app/views/products/_properties.html.erb
spree-0.8.1 app/views/products/_properties.html.erb
spree-0.8.2 app/views/products/_properties.html.erb
spree-0.8.3 app/views/products/_properties.html.erb