foodsoft/app/views/finance/balancing/_edit_note.html.haml
2012-05-12 10:55:20 +02:00

4 lines
No EOL
185 B
Text

%h2 Notiz bearbeiten
= 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