add task on board hooks

This commit is contained in:
Timo Litzbarski
2016-03-14 13:36:47 +00:00
parent 67b0b49222
commit f894057a54
4 changed files with 54 additions and 39 deletions

View File

@@ -18,9 +18,13 @@
<?php endif ?>
</span>
<?= $this->hook->render('template:board:public:task:before-title', array('task' => $task)) ?>
<div class="task-board-title">
<?= $this->url->link($this->text->e($task['title']), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
</div>
<?= $this->hook->render('template:board:public:task:after-title', array('task' => $task)) ?>
<?= $this->render('board/task_footer', array(
'task' => $task,