Sha256: b8ad0c84aa4ee68576a49d63c86529ca336082c8a92c81879a76b612b74c4647
Contents?: true
Size: 603 Bytes
Versions: 9
Compression:
Stored size: 603 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_to_currency(list_product.price) %> <% # = button_to( "add to cart", refinery.add_to_cart_stores_stores_path(:id => list_product), :class => "add-to-cart" ) %> </dd> </dl>
Version data entries
9 entries across 9 versions & 1 rubygems