Sha256: cf7a50a7a0ff5792da27505962bed0c10d08b3721150dbb9c537c1b563d1a6f0

Contents?: true

Size: 413 Bytes

Versions: 5

Compression:

Stored size: 413 Bytes

Contents

= simple_form_for [parent, @activity].compact do |f|
  .row-fluid
    .span6= f.association :person, :as => :combobox
    .span6= f.association :project, :as => :combobox
  .row-fluid
    .span6= f.input :duration, :as => :string, :input_html => {'data-autofocus' => true}
    .span6= f.input :date, :as => :date_field

  .row-fluid
    .span12= f.input :remarks, :input_html => {:rows => 2}

  = f.button :submit

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bookyt_projects-1.1.2 app/views/activities/_form.html.haml
bookyt_projects-1.1.1 app/views/activities/_form.html.haml
bookyt_projects-1.1.0 app/views/activities/_form.html.haml
bookyt_projects-1.0.1 app/views/activities/_form.html.haml
bookyt_projects-1.0.0 app/views/activities/_form.html.haml