Sha256: d00fb5d5ea72f1e13345979504a6eef94ed91360e8c5adfc2b4028a223a1fbe4

Contents?: true

Size: 509 Bytes

Versions: 14

Compression:

Stored size: 509 Bytes

Contents

= render 'layout' do
  %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

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-6.2.1 app/views/admin/orders/edit.html.haml
effective_orders-6.2.0 app/views/admin/orders/edit.html.haml
effective_orders-6.1.5 app/views/admin/orders/edit.html.haml
effective_orders-6.1.4 app/views/admin/orders/edit.html.haml
effective_orders-6.1.3 app/views/admin/orders/edit.html.haml
effective_orders-6.1.2 app/views/admin/orders/edit.html.haml
effective_orders-6.1.1 app/views/admin/orders/edit.html.haml
effective_orders-6.1.0 app/views/admin/orders/edit.html.haml
effective_orders-6.0.1 app/views/admin/orders/edit.html.haml
effective_orders-6.0.0 app/views/admin/orders/edit.html.haml
effective_orders-5.9.4 app/views/admin/orders/edit.html.haml
effective_orders-5.9.3 app/views/admin/orders/edit.html.haml
effective_orders-5.9.2 app/views/admin/orders/edit.html.haml
effective_orders-5.9.1 app/views/admin/orders/edit.html.haml