Sha256: 937432317dcfcdfbf534168152eeedd5421e4630353735eadf10d5d4e6ac4e9e

Contents?: true

Size: 338 Bytes

Versions: 9

Compression:

Stored size: 338 Bytes

Contents

= simple_form_for @booking, :url => select_bookings_path do |f|
  = hidden_field_tag :stage, 'select'
  .row-fluid
    .span8= f.input :title, :input_html => {'data-autofocus' => true}
    .span4= f.input :value_date, :as => :date_field, :input_html => {:size => 10, :style => 'text-align: right'}

  .form-actions
    = f.button :submit

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta7 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta6 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta5 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta4 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta3 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta2 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta1 app/views/bookings/_new_form.html.haml
has_accounts_engine-3.0.0.beta0 app/views/bookings/_new_form.html.haml
has_accounts_engine-2.0.1 app/views/bookings/_new_form.html.haml