Sha256: 4ea8e2aab9314d4c4b025c4f86b0b288b31918eb3580b40011cc69d64a1865ba

Contents?: true

Size: 362 Bytes

Versions: 6

Compression:

Stored size: 362 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.public_filename(:mini)), 
	        :url => {:controller => 'store', :action => 'change_image', :id => product, :image_id => i},
	        :update => 'product-image' 
	   %>
	<% end %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/store/_thumbnails.html.erb
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/store/_thumbnails.html.erb
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/store/_thumbnails.html.erb
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/store/_thumbnails.html.erb
spree-0.0.9 app/views/store/_thumbnails.html.erb
spree-0.2.0 app/views/store/_thumbnails.html.erb