Sha256: d8fe0bdc0407a939444081707d48657f66f8a7d869beeecb684926b96cfeaf34

Contents?: true

Size: 583 Bytes

Versions: 9

Compression:

Stored size: 583 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/products/_properties.html.erb
spree_core-1.3.4 app/views/spree/products/_properties.html.erb
spree_core-1.3.3 app/views/spree/products/_properties.html.erb
spree_core-1.3.2 app/views/spree/products/_properties.html.erb
spree_core-1.3.1 app/views/spree/products/_properties.html.erb
spree_core-1.3.0 app/views/spree/products/_properties.html.erb
spree_core-1.3.0.rc2 app/views/spree/products/_properties.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/products/_properties.html.erb
spree_core-1.3.0.rc1 app/views/spree/products/_properties.html.erb