foodsoft/app/views/stock_takings/edit.html.haml

7 lines
168 B
Plaintext
Raw Normal View History

- title "Inventur bearbeiten"
- simple_form_for(@stock_taking) do |f|
= f.input :date
= f.input :note
= f.submit
= link_to "oder abbrechen", stock_takings_path