app/views/flyboy/tasks/show.html.slim in flyboy-0.0.4 vs app/views/flyboy/tasks/show.html.slim in flyboy-0.0.5

- old
+ new

@@ -3,12 +3,12 @@ = render "flyboy/tasks/context", task: @task - if can?(:read, @task.goal) = render "flyboy/goals/context", goal: @task.goal - content_for :main do - - if @task.description.present? - .well = text2html @task.description - .task-comments = render partial: "flyboy/task_comments/list", locals: {task: @task} + + - if @task.description.present? + .well = text2html @task.description = render_contextual