Sha256: d904bb3fb264374c2992066ed6b0899ca646c9d79dcd493d7fc752cd55448b97

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 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.'

  = render partial: '/admin/orders/order_actions', locals: { order: @order, form: f, f: f }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_orders-2.1.12 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.10 app/views/admin/orders/_form_note_internal.html.haml