Sha256: efe792bf81189dad7262585a3635dc6ad8f50dfb40151ecd5fa1678a3cd904ff

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

<!-- no need for thumnails unless there is more then one image -->
<% if product.images.size > 1 %>
<% product.images.each do |i| %>  
<%= link_to_remote image_tag(i.attachment.url(:mini)), 
                   :url =>  change_image_product_path(product, :image_id => i) ,
                   :update => 'product-image' %>
<% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree-0.6.0 app/views/products/_thumbnails.html.erb
spree-0.7.1 app/views/products/_thumbnails.html.erb
spree-0.7.0 app/views/products/_thumbnails.html.erb