Sha256: 36ff22014245e4d7e4b4df61d9c888aee60fb37526e8691ed947b040c1b2978e
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
<% if Spree::Config[:show_zero_stock_products] || product.has_stock? %> <li id="product_<%= product.id %>" class="columns three" data-hook="products_list_item" itemscope itemtype="http://schema.org/Product"> <div class="product-image"> <%= link_to small_image(product, :itemprop => "image"), product, :itemprop => 'url' %> </div> <div class="white"> <div class="arrow-up"></div> </div> <%= link_to truncate(product.name, :length => 50), product, :class => 'info', :itemprop => "name", :title => product.name %> <span class="price selling" itemprop="price"><%= number_to_currency product.price %></span> </li> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_carousels-1.2.0 | app/views/spree/products/_product.erb |
spree_carousels-1.1.3 | app/views/spree/products/_product.erb |