Sha256: bbc54bb26d79ded6778e2753da5468517cf625aadad376a9b6b225b16c997199
Contents?: true
Size: 487 Bytes
Versions: 46
Compression:
Stored size: 487 Bytes
Contents
<% url = spree.product_path(product, taxon_id: @taxon&.id) %> <%= link_to url, class: 'h-100 d-flex flex-column justify-content-between' do %> <% cache [common_product_cache_keys, product] do %> <%= plp_and_carousel_image(product, image_class) %> <div> <div class="product-component-name" title="<%= product.name %>"> <%= product.name %> </div> <div class="product-component-price"><%= display_price(product) %></div> </div> <% end %> <% end %>
Version data entries
46 entries across 46 versions & 1 rubygems