Sha256: 461c5a22fcbf866889a2dae9e0c95061884dafa48c20cc944efdd3f0510dbdd6

Contents?: true

Size: 586 Bytes

Versions: 16

Compression:

Stored size: 586 Bytes

Contents

<% unless @product_properties.empty? %>  
  <h6 class="product-section-title"><%= Spree.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

16 entries across 16 versions & 1 rubygems

Version Path
solidus_frontend-2.4.2 app/views/spree/products/_properties.html.erb
solidus_frontend-2.2.2 app/views/spree/products/_properties.html.erb
solidus_frontend-2.4.1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.4.0 app/views/spree/products/_properties.html.erb
solidus_frontend-2.4.0.rc1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.4.0.beta1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.0 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.0.rc3 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.0.rc2 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.0.rc1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.3.0.beta1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.2.1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.2.0 app/views/spree/products/_properties.html.erb
solidus_frontend-2.2.0.rc1 app/views/spree/products/_properties.html.erb
solidus_frontend-2.2.0.beta1 app/views/spree/products/_properties.html.erb