Translations and other little improvements.
This commit is contained in:
parent
951d19db6a
commit
a0e10141dc
17 changed files with 63 additions and 58 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.left_column{:style => "width:40em;"}
|
||||
- form_for(@stock_taking) do |f|
|
||||
.box_title
|
||||
%h2 Lieferung anlegen
|
||||
%h2 Inventur anlegen
|
||||
.column_content
|
||||
= f.error_messages
|
||||
%p
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#stock_changes
|
||||
= render :partial => 'stock_change', :collection => @stock_taking.stock_changes
|
||||
%p
|
||||
= f.submit "Invenur anlegen"
|
||||
= f.submit "Inventur anlegen"
|
||||
|
|
||||
= link_to "Abbrechen", stock_takings_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue