Sha256: 969875639caed83d2842729f8004ab74f7f47041abf5b6391090ed5dc4d6fcae

Contents?: true

Size: 401 Bytes

Versions: 10

Compression:

Stored size: 401 Bytes

Contents

%h3 Internal Note

= simple_form_for [:admin, order], (EffectiveOrders.admin_simple_form_options || {}).merge(url: effective_orders.admin_order_path(order)) do |f|
  = f.input :note_internal, label: 'Internal note', hint: 'For internal admin use only.  This note will never be displayed to the buyer.'

  %p.text-right
    = f.button :submit, 'Save Internal Note', data: { disable_with: 'Saving...' }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
effective_orders-2.1.9 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.8 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.7 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.6 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.5 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.4 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.3 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.2 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.1 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.0 app/views/admin/orders/_form_note_internal.html.haml