Sha256: da4e30c325687674ea5f3c485a43a91dd8c4c9e80113293975d2f7fcda94be23
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 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 :duration_from, :as => :date_field = f.input :duration_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.11.2 | app/views/projects/_form.html.haml |
bookyt_projects-0.11.1 | app/views/projects/_form.html.haml |
bookyt_projects-0.11.0 | app/views/projects/_form.html.haml |