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)