Sha256: 8b7e6260df14cf7394676f60368f138fba3fe3c425d4cbb55bf9959f46d74d4d
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 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 => change_image_product_path(product, :image_id => i) , :update => 'product-image' %> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems