From bee4c84e4afa3a2f90a05890e55af82f0e3255eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 28 Jul 2014 13:18:44 +0200 Subject: [PATCH] Fixed tasks buttons in tasks without us in the taskboard --- app/partials/views/modules/taskboard-table.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/partials/views/modules/taskboard-table.jade b/app/partials/views/modules/taskboard-table.jade index 9a6ee434..c04f9c91 100644 --- a/app/partials/views/modules/taskboard-table.jade +++ b/app/partials/views/modules/taskboard-table.jade @@ -34,7 +34,10 @@ div.taskboard-table div.taskboard-userstory-box.task-column h3.us-title span Unassigned tasks - include ../components/addnewtask + a.icon.icon-plus(href="", title="Add new task", + ng-click="ctrl.addNewTask('standard', us)") + a.icon.icon-bulk(href="", title="Add new tasks in bulk", + ng-click="ctrl.addNewTask('bulk', us)") div.taskboard-tasks-box.task-column(ng-repeat="st in taskStatusList track by st.id", tg-taskboard-sortable)