Sha256: cce1d183cf382d7f64563bb1377f18253dbad2ec504daa913d3a82107ff5b56f

Contents?: true

Size: 517 Bytes

Versions: 20

Compression:

Stored size: 517 Bytes

Contents

<% unless @product_properties.blank? %>
  <h3 class="pt-4 font-weight-bold text-uppercase product-details-subtitle"><%= Spree.t(:details) %></h3>
  <ul id="product-properties" class="m-0 list-unstyled product-properies" data-hook>
    <% @product_properties.each do |product_property| %>
      <li>
        <span class="font-weight-bold text-break"><%= product_property.property.presentation %>:</span>
        <span class="text-break"><%= product_property.value %></span>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.14 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.13.1 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.13 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.12 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.11 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.10 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.9 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.8 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.7 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.6 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.5 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.4 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.3 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.2 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.1 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.0.rc3 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.0.rc2 app/views/spree/products/_properties.html.erb
spree_frontend-4.1.0.rc1 app/views/spree/products/_properties.html.erb