Sha256: 08333a8b6f6cf5aed8353a6e4b4e7d0e3c7ef192bc6c29a55768f992e53b0260

Contents?: true

Size: 588 Bytes

Versions: 26

Compression:

Stored size: 588 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| %>
      <% if product_property.show_property? %>
        <li>
          <span class="font-weight-bold text-break"><%= product_property.property.presentation %>:</span>
          <span class="text-break"><%= product_property.value %></span>
        </li>
      <% end %>
    <% end %>
  </ul>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.3 app/views/spree/products/_properties.html.erb
spree_frontend-4.7.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.6.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.5.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.6 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.2 app/views/spree/products/_properties.html.erb
spree_frontend-4.4.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.1 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.0 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/products/_properties.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.5 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.4 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.3.1 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.3 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.2 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.1 app/views/spree/products/_properties.html.erb
spree_frontend-4.2.0 app/views/spree/products/_properties.html.erb