Sha256: db4162cbc818444db15889b1aebfe88769abb76299bc567e91e1a3f0a5c2bf51

Contents?: true

Size: 595 Bytes

Versions: 36

Compression:

Stored size: 595 Bytes

Contents

<% unless @product_properties.empty? %>  
  <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

36 entries across 36 versions & 3 rubygems

Version Path
goca-spree-frontend-3.1.14.rails.5.0 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.14 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.13 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.12 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.11 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.10 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.9 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.8 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.7 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.6 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.5 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.4 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.3 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.2 app/views/spree/products/_properties.html.erb
spree_frontend-3.0.10 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.1 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.0 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.0.rc4 app/views/spree/products/_properties.html.erb
spree_frontend-3.0.9 app/views/spree/products/_properties.html.erb
spree_frontend-3.1.0.rc3 app/views/spree/products/_properties.html.erb