finish suppliers i18n
This commit is contained in:
parent
27b488a926
commit
eb1e02015e
11 changed files with 101 additions and 57 deletions
|
|
@ -1,6 +1,7 @@
|
|||
= simple_form_for @supplier do |f|
|
||||
- if @supplier.shared_supplier
|
||||
.alert.alert-success Lieferantin ist mit externer Datenbank verknüpft.
|
||||
.alert.alert-success
|
||||
= t 'suppliers.shared_supplier_note'
|
||||
= f.hidden_field :shared_supplier_id
|
||||
= f.input :name
|
||||
= f.input :address
|
||||
|
|
@ -17,4 +18,4 @@
|
|||
= f.input :min_order_quantity
|
||||
.form-actions
|
||||
= f.submit class: 'btn'
|
||||
= link_to 'oder abbrechen', suppliers_path
|
||||
= link_to t('.cancel'), suppliers_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue