Sha256: 6c7fd1fb082616a4d8b6b988adb1a99de1ee3fe9f50f05fb3c4eac5b1be13b75
Contents?: true
Size: 370 Bytes
Versions: 1
Compression:
Stored size: 370 Bytes
Contents
= semantic_form_for @booking, :url => select_bookings_path do |f| = f.semantic_errors = f.inputs do = 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.buttons do = f.commit_button t_action(:next)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/bookings/_new_form.html.haml |