Sha256: dcbe3b22093b3e7cd3c6645861cfb79cf48d23a44de48e18d29bb720791ecce0

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

= semantic_form_for @project do |f|
  = f.semantic_errors
  = f.inputs do
    .row
      .span8
        = f.input :name, :input_html => {'data-autofocus' => 'true'}
        = f.input :duration_from, :as => :date_field
        = f.input :client, :as => :combobox
      .span8
        = f.input :project_state
        = f.input :duration_to, :as => :date_field
    .row
      .span16
        = f.input :comment, :input_html => {:rows => 5, :class => 'span12'}

  = f.buttons do
    = f.commit_button

Version data entries

1 entries across 1 versions & 1 rubygems

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