Sha256: a67e0e5d5e582494d4dcce9eb8285edbe6d459fe16733c05ee5207fd58804655

Contents?: true

Size: 429 Bytes

Versions: 5

Compression:

Stored size: 429 Bytes

Contents

.effective-order-internal-note-form
  %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: false, 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

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.16 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.15 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.14 app/views/admin/orders/_form_note_internal.html.haml
effective_orders-2.1.13 app/views/admin/orders/_form_note_internal.html.haml