Sha256: 66fcd58b71a5826e4278935fae7f4c60981ca10d293c3aecf661b4f45704d2ee
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
= semantic_form_for @booking_template do |f| = f.semantic_errors = f.inputs do = f.input :amount, :input_html => {"data-autofocus" => true, :size => 12, :style => 'text-align: right'} = f.input :amount_relates_to, :collection => amount_relations_as_collection = f.input :code = f.input :title = f.input :credit_account = f.input :debit_account = 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/booking_templates/_form.html.haml |