Sha256: 9c7547929e5282b21ae88053053aac35869c63dd600963e59c7ee35ea94ae177
Contents?: true
Size: 489 Bytes
Versions: 1
Compression:
Stored size: 489 Bytes
Contents
<%= link_to small_image(product), product %> <% if product.reduction_percentage.blank? %> <%= link_to raw(product.name + " <span class='price selling'>#{product_price(product)}</span>"), product, :class => 'info' %> <% else %> <%= link_to raw(product.name + " <span class='price was' style='text-decoration:line-through'>#{product_price(product)}</span> <span class='price now'>#{product_price(product, :show_calculated_price => true)}</span>"), product, :class => 'info' %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_sale_products-0.60.0.RC1 | app/views/admin/products/_products_list_item.html.erb |