Sha256: ba0055062ffdc7b02dd1cb26cb4954d2cea705478873e2a31fe9536f82e585e8

Contents?: true

Size: 527 Bytes

Versions: 26

Compression:

Stored size: 527 Bytes

Contents

<% unless @product_properties.empty? %>  
  <h6 class="product-section-title"><%= t('properties')%></h6>
  <table id="product-properties" class="table-display" data-hook width="100%">
    <tbody>
      <% for product_property in @product_properties 
        css_class = cycle('even', 'odd') %>
        <tr class="<%= css_class %>">
          <td><strong><%= product_property.property.presentation %></strong></td>
          <td><%= product_property.value %></td>
        </tr>
      <% end %>
    </tbody>
  </table>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/products/_properties.html.erb
spree_core-1.1.6 app/views/spree/products/_properties.html.erb
spree_core-1.1.5 app/views/spree/products/_properties.html.erb
spree_core-1.2.4 app/views/spree/products/_properties.html.erb
spree_core-1.0.7 app/views/spree/products/_properties.html.erb
spree_core-1.2.3 app/views/spree/products/_properties.html.erb
spree_core-1.2.2 app/views/spree/products/_properties.html.erb
spree_core-1.1.4 app/views/spree/products/_properties.html.erb
spree_core-1.2.0 app/views/spree/products/_properties.html.erb
spree_core-1.2.0.rc2 app/views/spree/products/_properties.html.erb
spree_core-1.2.0.rc1 app/views/spree/products/_properties.html.erb
spree_core-1.1.3 app/views/spree/products/_properties.html.erb
spree_core-1.0.6 app/views/spree/products/_properties.html.erb
spree_core-1.1.2 app/views/spree/products/_properties.html.erb
spree_core-1.1.2.rc1 app/views/spree/products/_properties.html.erb
spree_core-1.1.1 app/views/spree/products/_properties.html.erb
spree_core-1.1.0 app/views/spree/products/_properties.html.erb
spree_core-1.0.4 app/views/spree/products/_properties.html.erb
spree_core-1.1.0.rc2 app/views/spree/products/_properties.html.erb
spree_core-1.1.0.rc1 app/views/spree/products/_properties.html.erb