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

8 lines
160 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-09-10 10:27:13 +02:00
= link_to t('ui.or_cancel'), stock_takings_path