app/views/dorsale/flyboy/tasks/_context.html.slim in dorsale-3.9.7 vs app/views/dorsale/flyboy/tasks/_context.html.slim in dorsale-3.9.8

- old
+ new

@@ -12,12 +12,6 @@ = info task, :reminder_date = info task, :term = info task, :done .context-footer - = actions_for task - - - if policy(task).copy? - = copy_button copy_flyboy_task_path(task), method: :patch - - - if policy(task).snooze? - = snooze_button snooze_flyboy_task_path(task), method: :patch + = render "dorsale/flyboy/tasks/actions", task: task