app/views/flyboy/goals/show.html.slim in flyboy-1.0.6 vs app/views/flyboy/goals/show.html.slim in flyboy-1.0.7

- old
+ new

@@ -2,8 +2,8 @@ - content_for :context do = render "flyboy/goals/context", goal: @goal - content_for :main do .tasks - = render "flyboy/tasks/list", tasks: @goal.tasks.order("term DESC"), nested: true + = render "flyboy/tasks/list", tasks: @tasks, nested: true = render_contextual