2013-02-13 01:18:50 +01:00
|
|
|
- title t('.title')
|
2009-02-12 18:32:20 +01:00
|
|
|
|
2011-05-27 14:09:01 +02:00
|
|
|
- simple_form_for(@stock_taking) do |f|
|
|
|
|
= f.input :date
|
|
|
|
= f.input :note
|
|
|
|
= f.submit
|
2013-04-04 02:49:52 +02:00
|
|
|
= link_to t('ui.cancel'), stock_takings_path
|