Sha256: 3574221ca3e449e00ba8dff8425ad77bcbb5fda5b70261b698ac0baf3ce389c6

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 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.input :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

2 entries across 2 versions & 1 rubygems

Version Path
bookyt_projects-0.19.22 app/views/projects/_form.html.haml
bookyt_projects-0.19.21 app/views/projects/_form.html.haml