Sha256: 1a3e68903c3915745883bb07f6e71fc196f15974d1f5f18d4b283fd11b6c7ec9

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

%tr.ui-sortable{:class => _class}
  %td
    = image_tag product.pictures.first.public_filename(:thumb) unless product.pictures.empty?
  %td
    = product.name
  %td
    = price_with_currency product.price, 0
  %td
    .stocks
      = product.stock
  %td{:style => 'position: relative'}
    = link_to('Supprimer', '#', :class => 'delete_product_tr')
    = hidden_field_tag("product[cross_selling_ids][]", product.id, :class => 'block-selected')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/products/_cross_sell_tr.html.haml
forgeos_commerce-1.9.0 app/views/admin/products/_cross_sell_tr.html.haml