Sha256: 03bb24e891d08b361c11783a8f3f48b03b0411d26cddbaec393b8ae6f07e50e5
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
= semantic_form_for @task do |f| #when:date from:datetime to:datetime person_id:integer project_id:integer comment:string = f.inputs do = f.input :person = f.input :project = f.inputs do = f.input :when, :as => :date_field = f.input :from, :as => :hour_field = f.input :to, :as => :hour_field = f.input :hours = f.input :minutes = f.inputs do = f.input :comment = f.buttons do = f.commit_button
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.3.2 | app/views/tasks/_form.html.haml |
bookyt_projects-0.3.1 | app/views/tasks/_form.html.haml |
bookyt_projects-0.3.0 | app/views/tasks/_form.html.haml |