finish stock_takings i18n + controller
This commit is contained in:
parent
1cb933240b
commit
02f04be6e8
9 changed files with 63 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- title "Inventur bearbeiten"
|
||||
- title t('.title')
|
||||
|
||||
- simple_form_for(@stock_taking) do |f|
|
||||
= f.input :date
|
||||
= f.input :note
|
||||
= f.submit
|
||||
= link_to "oder abbrechen", stock_takings_path
|
||||
= link_to t('.cancel'), stock_takings_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue