Sha256: 7f02c6e3012ed90c4a8de4edf5391ad5a26187dd3c9d8ff5007920450fb4e0b4

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

%p.text-right
  = form.button :submit, 'Save', data: { disable_with: 'Saving...' }
  = form.button :submit, 'Save and Add New', data: { disable_with: 'Saving...' }
  - unless params[:action] == 'mark_as_paid'
    = form.button :submit, 'Save and Mark as Paid', data: { disable_with: 'Saving...' }
  = link_to 'Cancel', effective_orders.admin_orders_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_orders-2.1.15 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.14 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.13 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.12 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.10 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.9 app/views/admin/orders/_order_actions.html.haml
effective_orders-2.1.8 app/views/admin/orders/_order_actions.html.haml