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

Version Path
refinerycms-stores-0.0.14 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.13 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.12 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.11 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.10 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.9 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.8 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.7 app/views/refinery/stores/stores/_list_product.html.erb
refinerycms-stores-0.0.6 app/views/refinery/stores/stores/_list_product.html.erb