= 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