foodsoft/app/views/finance/balancing/_edit_note.html.haml

4 lines
185 B
Plaintext
Raw Normal View History

%h2 Notiz bearbeiten
2012-05-12 10:55:20 +02:00
= simple_form_for @order, url: update_note_finance_order_path(@order), remote: true, method: :put do |f|
= f.input :note, inner_html: {size: "60x20"}
= f.submit