Sha256: 20c2b5466ca0f40401589e784e16ad13e78ccc50a8a479cc34ac402429020c8a

Contents?: true

Size: 592 Bytes

Versions: 19

Compression:

Stored size: 592 Bytes

Contents

<% unless @product_properties.blank? %>  
  <h3 class="product-section-title"><%= Spree.t('properties')%></h3>
  <table id="product-properties" class="table table-striped" 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

19 entries across 19 versions & 1 rubygems

Version Path
spree_frontend-3.7.14.1 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.14 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.13 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.12 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.11 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.10 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.9 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.8 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.7 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.6 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.5 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.4 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.3 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.2 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.1 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.0 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.0.rc3 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.0.rc2 app/views/spree/products/_properties.html.erb
spree_frontend-3.7.0.rc1 app/views/spree/products/_properties.html.erb