Sha256: 690b9a618ff22c89c434e3f90fada123b886f6d551e5d3d9c6b3fffa5c8f015c

Contents?: true

Size: 568 Bytes

Versions: 4

Compression:

Stored size: 568 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tienda-1.1.2 app/views/tienda/products/edit.html.haml
tienda-1.1.1 app/views/tienda/products/edit.html.haml
tienda-1.1.0 app/views/tienda/products/edit.html.haml
tienda-1.0.0 app/views/tienda/products/edit.html.haml