foodsoft/app/views/stock_takings/edit.html.haml
2013-02-13 01:20:20 +01:00

7 lines
155 B
Text

- title t('.title')
- simple_form_for(@stock_taking) do |f|
= f.input :date
= f.input :note
= f.submit
= link_to t('.cancel'), stock_takings_path