Sha256: 2a6a2ac64d85b8fff454d6149fed424717fb3893e0eab2f44c20f482ed74c40e

Contents?: true

Size: 377 Bytes

Versions: 3

Compression:

Stored size: 377 Bytes

Contents

= semantic_form_for @project do |f|
  = f.semantic_errors
  = f.inputs do
    = f.input :name, :input_html => {'data-autofocus' => 'true'}
    = f.input :comment, :input_html => {:rows => 5}
    = f.input :from, :as => :date_field
    = f.input :to, :as => :date_field
    = f.input :project_state
    = f.input :client, :as => :combobox
  = f.buttons do
    = f.commit_button

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bookyt_projects-0.10.0 app/views/projects/_form.html.haml
bookyt_projects-0.9.0 app/views/projects/_form.html.haml
bookyt_projects-0.8.0 app/views/projects/_form.html.haml