Sha256: 506d895bdadd515e5a1f0293d6d285f3638ea31a4c91bfb58068ff6a0fba61df
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
<% unless @product_properties.blank? %> <h3 class="pt-4 font-weight-bold text-uppercase product-details-subtitle"><%= Harpiya.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/products/_properties.html.erb |