Sha256: c9f5aba1c3bad353327bf17f96b535e4820a6cd77753d4d72c22883cd8c7a696

Contents?: true

Size: 290 Bytes

Versions: 13

Compression:

Stored size: 290 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
has_accounts_engine-2.0.0 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.1.2 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.1.1 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.1.0 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.0.4 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.0.3 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.0.2 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.0.1 app/views/bookings/_new_form.html.haml
has_accounts_engine-1.0.0 app/views/bookings/_new_form.html.haml
has_accounts-0.20.1 app/views/bookings/_new_form.html.haml
has_accounts-0.20.0 app/views/bookings/_new_form.html.haml
has_accounts-0.19.1 app/views/bookings/_new_form.html.haml
has_accounts-0.19.0 app/views/bookings/_new_form.html.haml