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-0.11.4 vendor/extensions/theme_default/app/views/products/_properties.html.erb
apispree_core-0.0.0 app/views/products/_properties.html.erb
My-Commerce_core-1.1.0 app/views/products/_properties.html.erb
My-Commerce_core-1.0.0 app/views/products/_properties.html.erb
MyCommerceapi-1.0.0 core/app/views/products/_properties.html.erb
MyCommerce-0.0.3 core/app/views/products/_properties.html.erb
rfcommerce_core-0.0.3 app/views/products/_properties.html.erb
spree_core-0.60.6 app/views/products/_properties.html.erb
spree_core-0.60.5 app/views/products/_properties.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/products/_properties.html.erb
spree_core-0.30.2 app/views/products/_properties.html.erb
spree_core-0.40.4 app/views/products/_properties.html.erb
spree_core-0.50.4 app/views/products/_properties.html.erb
spree_core-0.60.4 app/views/products/_properties.html.erb
spree_core-0.50.3 app/views/products/_properties.html.erb
spree_core-0.60.3 app/views/products/_properties.html.erb
spree_core-0.60.2 app/views/products/_properties.html.erb
spree_core-0.60.1 app/views/products/_properties.html.erb
spree_core-0.60.0 app/views/products/_properties.html.erb
spree_core-0.60.0.RC1 app/views/products/_properties.html.erb