Sha256: 6acb4df9a07d53b7ffe7d80fbe65c3d4f5905ba4a6346adae2e6cc0b613f82a8

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

= semantic_form_for @booking do |f|
  = f.semantic_errors
  = f.inputs do
    = f.input :code
    = f.input :value_date, :as => :date_field, :input_html => {"data-autofocus" => true}
    = f.input :title
    = f.input :amount, :input_html => {:size => 12}
    = f.input :comments, :input_html => {:rows => 5}
    = f.input :credit_account_id, :as => :hidden
    = f.input :debit_account_id, :as => :hidden
  = f.buttons do
    = f.commit_button

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/bookings/_simple_form.html.haml