0): ?>
= $this->e($swimlane['name']) ?>
(= $swimlane['nb_tasks'] ?>)
|
= $this->a('+', 'task', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-creation-popover', t('Add a new task')) ?>
= $this->e($column['title']) ?>
(= $column['nb_tasks'] ?>/= $this->e($column['task_limit']) ?>)
(= $column['nb_tasks'] ?>)
|
|
|
= $this->render('board/task', array(
'project' => $project,
'task' => $task,
'categories' => $categories,
'board_highlight_period' => $board_highlight_period,
'not_editable' => $not_editable,
)) ?>
|