Sha256: 0619937486f2d3960d3161dae6d43ed87d27be54c5fa5fd3db523947c8a62978

Contents?: true

Size: 671 Bytes

Versions: 6

Compression:

Stored size: 671 Bytes

Contents

- @page_title = t('shoppe.products.products')
= content_for :header do
  %p.buttons
    = link_to t('shoppe.localisations.localisations') , [@product, :localisations], :class => 'button'
    = link_to t('shoppe.products.variants') , [@product, :variants], :class => 'button'
    = link_to t('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('shoppe.products.back_to_products') , :products, :class => 'button'
  %h2.products= t('shoppe.products.products')
= render 'form'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
shoppe-1.1.2 app/views/shoppe/products/edit.html.haml
shoppe-1.1.1 app/views/shoppe/products/edit.html.haml
shoppe-1.1.0 app/views/shoppe/products/edit.html.haml
shoppe-1.0.9 app/views/shoppe/products/edit.html.haml
shoppe-1.0.8 app/views/shoppe/products/edit.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/products/edit.html.haml