Fixed finance module to work with bootstrap design.
This commit is contained in:
parent
16de9124fe
commit
0236fb5a60
55 changed files with 440 additions and 486 deletions
|
|
@ -9,10 +9,12 @@
|
|||
|
||||
= f.association :supplier, hint: false
|
||||
= f.input :number
|
||||
= f.input :date
|
||||
= f.input :paid_on
|
||||
= f.input :date, as: :date_picker
|
||||
= f.input :paid_on, as: :date_picker
|
||||
= f.input :amount, as: :string
|
||||
= f.input :deposit, as: :string
|
||||
= f.input :deposit_credit, as: :string
|
||||
= f.input :note
|
||||
= f.submit
|
||||
.form-actions
|
||||
= f.submit class: 'btn'
|
||||
= link_to "oder abbrechen", :back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue