Sha256: d26167384f44d001cc92751a9f9b55b01936c64811abdfb3b4043e1e71bccc48

Contents?: true

Size: 586 Bytes

Versions: 114

Compression:

Stored size: 586 Bytes

Contents

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

114 entries across 109 versions & 3 rubygems

Version Path
solidus_frontend-4.0.0 app/views/spree/products/_properties.html.erb
solidus_frontend-4.0.0.dev app/views/spree/products/_properties.html.erb
solidus_frontend-3.4.0 app/views/spree/products/_properties.html.erb
solidus_frontend-3.1.9 app/views/spree/products/_properties.html.erb
solidus_frontend-3.4.0.dev app/views/spree/products/_properties.html.erb
solidus_frontend-3.3.0 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.5 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.4 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.3 app/views/spree/products/_properties.html.erb
solidus_frontend-3.1.8 app/views/spree/products/_properties.html.erb
solidus_frontend-3.0.8 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.2 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.1 app/views/spree/products/_properties.html.erb
solidus_frontend-3.3.0.alpha app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.0 app/views/spree/products/_properties.html.erb
solidus_frontend-3.2.0.alpha app/views/spree/products/_properties.html.erb
solidus_frontend-3.0.7 app/views/spree/products/_properties.html.erb
solidus_frontend-2.11.17 app/views/spree/products/_properties.html.erb
solidus_frontend-3.1.7 app/views/spree/products/_properties.html.erb
solidus_frontend-2.11.16 app/views/spree/products/_properties.html.erb