Sha256: 50132fc8031ebe15998a6807a144546502a13e78a11252a06b97d1a0736e4e8b

Contents?: true

Size: 421 Bytes

Versions: 8

Compression:

Stored size: 421 Bytes

Contents

= simple_form_for @project do |f|
  .row-fluid
    .span6
      = f.input :name, :input_html => {'data-autofocus' => 'true'}
      = f.input :duration_from, :as => :date_field
      = f.association :client, :as => :combobox
    .span6
      = f.association :project_state
      = f.input :duration_to, :as => :date_field
  .row-fluid
    .span12
      = f.input :remarks, :input_html => {:rows => 5}

  = f.button :submit

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bookyt_projects-1.1.2 app/views/projects/_form.html.haml
bookyt_projects-1.1.1 app/views/projects/_form.html.haml
bookyt_projects-1.1.0 app/views/projects/_form.html.haml
bookyt_projects-1.0.1 app/views/projects/_form.html.haml
bookyt_projects-1.0.0 app/views/projects/_form.html.haml
bookyt_projects-0.21.0 app/views/projects/_form.html.haml
bookyt_projects-0.20.0 app/views/projects/_form.html.haml
bookyt_projects-0.19.23 app/views/projects/_form.html.haml