Sha256: 87f35292d6928f9671fcb7c5cb4d7f9974f075a5862a7a8ac09e08d3c881cd82

Contents?: true

Size: 695 Bytes

Versions: 9

Compression:

Stored size: 695 Bytes

Contents

- @page_title = t('kkt_shoppe.products.products')
= content_for :header do
  %p.buttons
    = link_to t('kkt_shoppe.localisations.localisations') , [@product, :localisations], :class => 'button'
    = link_to t('kkt_shoppe.products.variants') , [@product, :variants], :class => 'button'
    = link_to t('kkt_shoppe.products.stock_levels') , stock_level_adjustments_path(:item_id => @product.id, :item_type => @product.class), :class => 'button', :rel => 'dialog', :data => {:dialog_width => 700, :dialog_behavior => 'stockLevelAdjustments'}
    = link_to t('kkt_shoppe.products.back_to_products') , :products, :class => 'button'
  %h2.products= t('kkt_shoppe.products.products')
= render 'form'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/products/edit.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/products/edit.html.haml