Sha256: 68db2b3a2587f4410907a36aa184a64a374318321778ddc867fe29e1dff19934

Contents?: true

Size: 466 Bytes

Versions: 10

Compression:

Stored size: 466 Bytes

Contents

%h1.effective-admin-heading= @page_title

- if @order.custom_order? && @order.in_progress?
  = render 'effective/orders/order_actions', order: @order

  .mb-4
    = collapse('show order') do
      = render 'effective/orders/order', order: @order, no_order_actions: true

  = render 'admin/orders/form', order: @order

- else
  - # Same as the show action
  = render 'effective/orders/order', order: @order
  = render 'admin/orders/form_note_internal', order: @order

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
effective_orders-5.9.0 app/views/admin/orders/edit.html.haml
effective_orders-5.8.2 app/views/admin/orders/edit.html.haml
effective_orders-5.8.1 app/views/admin/orders/edit.html.haml
effective_orders-5.8.0 app/views/admin/orders/edit.html.haml
effective_orders-5.7.4 app/views/admin/orders/edit.html.haml
effective_orders-5.7.3 app/views/admin/orders/edit.html.haml
effective_orders-5.7.2 app/views/admin/orders/edit.html.haml
effective_orders-5.7.1 app/views/admin/orders/edit.html.haml
effective_orders-5.7.0 app/views/admin/orders/edit.html.haml
effective_orders-5.6.2 app/views/admin/orders/edit.html.haml