Sha256: 4cae99490f4889d0f075556edc209f5013b00704708918734f7675a1f0886729

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 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 -%>
       &nbsp;
     <% end %>
   </dt>
   <dd>
   <%= link_to( ( truncate( list_product.name, :length => 60 ) + " &raquo;" ).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

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-stores-0.0.5 app/views/refinery/stores/stores/_list_product.html.erb