Sha256: d07d48a5158a8feb66e49f38fcfe76ef277fa735451fd4162db52af65cd7232d
Contents?: true
Size: 521 Bytes
Versions: 11
Compression:
Stored size: 521 Bytes
Contents
%li.product{ :id => "product_#{packing.id rescue product.id}", :'data-packing_id' => (packing.id rescue nil), :'data-product_id' => product.id } .wrapper = image_tag(product.images.first.url(:preview)) unless product.images.empty? %span.title= product.sku %input.quantity{ :id => "packing_#{packing.id rescue nil }_quantity", :value => (packing.quantity rescue nil), :'data-packing_id' => (packing.id rescue nil) } %button.save_quantity{ :onclick => 'return false' } save .actions %span.delete
Version data entries
11 entries across 11 versions & 2 rubygems