Sha256: 28adbaba3550e883823bdaa9b0cd64fc2e885eeb4050ac10c48aa8a892494e7c
Contents?: true
Size: 447 Bytes
Versions: 3
Compression:
Stored size: 447 Bytes
Contents
= horizontal_form_for [expense_gun, @expense, @expense_line] do |f| .panel.panel-default .panel-body .row .col-md-6 = f.input :name = f.input :date, as: :string, input_html: {type: :date} = f.input :category_id, collection: ExpenseGun::Category.all .col-md-6 = f.input :total_all_taxes = f.input :vat = f.input :company_part = form_buttons back_url: false
Version data entries
3 entries across 3 versions & 1 rubygems