Sha256: 5187308a49a0ef4e08e4f5ef38c800783170f5a979e77793b16e12b4019841a2
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
= semantic_form_for resource do |f| = f.semantic_errors = f.inputs do = f.input :amount_relates_to, :collection => amount_relations_as_collection = f.input :code = f.input :title = f.input :charge_rate_code, :collection => codes_as_collection = f.input :credit_account, :as => :combobox = f.input :debit_account, :as => :combobox = f.input :comments, :input_html => {:rows => 5} = f.buttons do = f.commit_button
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/charge_booking_templates/_form.html.haml |