Sha256: 2297e7621fada09c327a6118086f4a0ad876b3e1e5d949b8860aed2ce2a0d43c

Contents?: true

Size: 566 Bytes

Versions: 9

Compression:

Stored size: 566 Bytes

Contents

= simple_form_for @booking, :url => invoice_simple_bookings_path do |f|
  = f.input :debit_account_id, :as => :hidden
  = f.input :credit_account_id, :as => :hidden
  = f.input :reference_id, :as => :hidden
  = f.input :reference_type, :as => :hidden

  .row-fluid
    .span6
      = f.input :title, :input_html => {"data-autofocus" => true}
    .span6
      = f.input :value_date, :as => :date_field
  .row-fluid
    .span6
      = f.input :amount, :as => :string

  .row-fluid
    .span12
      = f.input :comments, :input_html => {:rows => 4, :class => 'span12'}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta3 app/views/simple_bookings/_form.html.haml
has_accounts_engine-3.0.0.beta2 app/views/simple_bookings/_form.html.haml
has_accounts_engine-3.0.0.beta1 app/views/simple_bookings/_form.html.haml
has_accounts_engine-3.0.0.beta0 app/views/simple_bookings/_form.html.haml
has_accounts_engine-2.0.1 app/views/simple_bookings/_form.html.haml
has_accounts_engine-2.0.0 app/views/simple_bookings/_form.html.haml
has_accounts_engine-1.1.2 app/views/simple_bookings/_form.html.haml
has_accounts_engine-1.1.1 app/views/simple_bookings/_form.html.haml
has_accounts_engine-1.1.0 app/views/simple_bookings/_form.html.haml