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 -%>
       &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

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-stores-0.0.4 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.3 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.2 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.1 app/views/refinery/stores/stores/_list_product.html.erb