7 lines
157 B
Text
7 lines
157 B
Text
- title t('.title')
|
|
|
|
- simple_form_for(@stock_taking) do |f|
|
|
= f.input :date
|
|
= f.input :note
|
|
= f.submit
|
|
= link_to t('ui.cancel'), stock_takings_path
|