Fixed tasks buttons in tasks without us in the taskboard

stable
Jesús Espino 2014-07-28 13:18:44 +02:00
parent c29296bf83
commit bee4c84e4a
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ div.taskboard-table
div.taskboard-userstory-box.task-column div.taskboard-userstory-box.task-column
h3.us-title h3.us-title
span Unassigned tasks 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", div.taskboard-tasks-box.task-column(ng-repeat="st in taskStatusList track by st.id",
tg-taskboard-sortable) tg-taskboard-sortable)