Sha256: c53d1fa87d5d23e251263ad0c8405d01ccce990d57c3fa8929f081f1aba735d0
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 Bytes
Contents
<dl> <dt> <% if list_product.main_pic_id -%> <%= image_fu list_product.main_pic, Refinery::Images.user_image_sizes[:small], :class => "catalog-pic", :alt => list_product.name %> <% else -%> <% end %> </dt> <dd> <%= link_to( ( truncate( list_product.name, :length => 60 ) + " »" ).html_safe, refinery.products_product_path( list_product ) ) %> <br/> $<%= number_with_precision(list_product.price, :precision => 2) %> <%= button_to( "add to cart", refinery.add_to_cart_stores_stores_path(:id => list_product), :class => "add-to-cart" ) %> </dd> </dl>
Version data entries
4 entries across 4 versions & 1 rubygems