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

8 lines
155 B
Plaintext
Raw Normal View History

2013-02-13 01:18:50 +01:00
- title t('.title')
- simple_form_for(@stock_taking) do |f|
= f.input :date
= f.input :note
= f.submit
2013-02-13 01:18:50 +01:00
= link_to t('.cancel'), stock_takings_path