Sha256: 528ff531e8921ddcf8ec39bacfb4fddff3a721a4bf681962dbdb294a3a333942

Contents?: true

Size: 627 Bytes

Versions: 6

Compression:

Stored size: 627 Bytes

Contents

- @page_title = t('tienda.products.products')

.row
  .col-md-12
    %h1.page-header
      = t('tienda.products.products')
      -# %small Lorem ipsum dolor
/ /. ROW
.row
  .col-md-12
    .pull-right
      = link_to t('tienda.products.variants') , [@product, :variants], class: 'btn btn-default'
      = link_to t('tienda.products.stock_levels') , stock_level_adjustments_path(item_id: @product.id), class: 'btn btn-default', rel: 'dialog', data: {:dialog_width => 700, :dialog_behavior => 'stockLevelAdjustments'}
      = link_to t('tienda.products.back_to_products') , :products, class: 'btn btn-default'
%br
= render 'form'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tienda-2.1.3 app/views/tienda/products/edit.html.haml
tienda-2.1.2 app/views/tienda/products/edit.html.haml
tienda-2.1.1 app/views/tienda/products/edit.html.haml
tienda-2.1.0 app/views/tienda/products/edit.html.haml
tienda-2.0.2 app/views/tienda/products/edit.html.haml
tienda-2.0.1 app/views/tienda/products/edit.html.haml