app/views/flyboy/tasks/_form.html.slim in flyboy-1.0.0 vs app/views/flyboy/tasks/_form.html.slim in flyboy-1.0.1
- old
+ new
@@ -8,9 +8,11 @@
= delete_button task_path(@task)
- else
= context_title "Nouvelle tâche"
+ = render "flyboy/goals/context", goal: @task.goal
+
- content_for :main do
.well
= horizontal_form_for @task do |f|
= f.input :title
= f.input :description