app/views/tasks/_form.html.haml in bookyt_projects-0.2.3 vs app/views/tasks/_form.html.haml in bookyt_projects-0.3.0
- old
+ new
@@ -4,9 +4,11 @@
= 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
\ No newline at end of file