app/views/tasks/_form.html.haml in bookyt_projects-0.2.2 vs app/views/tasks/_form.html.haml in bookyt_projects-0.2.3

- old
+ new

@@ -2,11 +2,11 @@ = f.inputs do = f.input :person = f.input :project = f.inputs do = f.input :when, :as => :date_field - = f.input :from, :as => :time_field - = f.input :to, :as => :time_field + = f.input :from, :as => :hour_field + = f.input :to, :as => :hour_field = f.inputs do = f.input :comment = f.buttons do = f.commit_button \ No newline at end of file