Sha256: 696bde520c6c705c7ff4e85a8ff87560f02e4f397975c8d44cce2a742d29d955

Contents?: true

Size: 265 Bytes

Versions: 37

Compression:

Stored size: 265 Bytes

Contents

<% unless @product_properties.empty? %>
<dl id="product-properties" class="table-display">
<% for product_property in @product_properties %>
  <dt><%= product_property.property.presentation %></dt>
  <dd><%= product_property.value %></dd>
<% end %>
</dl>
<% end %>

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
spree_core-0.50.2 app/views/products/_properties.html.erb
spree_core-0.50.1 app/views/products/_properties.html.erb
spree_core-0.50.0 app/views/products/_properties.html.erb
spree_core-0.40.3 app/views/products/_properties.html.erb
spree_core-0.40.2 app/views/products/_properties.html.erb
spree_core-0.40.1 app/views/products/_properties.html.erb
spree_core-0.40.0 app/views/products/_properties.html.erb
spree_core-0.30.1 app/views/products/_properties.html.erb
spree_core-0.30.0 app/views/products/_properties.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree_core-0.30.0.beta1 app/views/products/_properties.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/products/_properties.html.erb