Add task links (Merge pull-request #610)
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
'not_editable' => true
|
||||
)) ?>
|
||||
|
||||
<?= $this->render('tasklink/show', array(
|
||||
'task' => $task,
|
||||
'links' => $links,
|
||||
'project' => $project,
|
||||
'not_editable' => true
|
||||
)) ?>
|
||||
|
||||
<?= $this->render('task/comments', array(
|
||||
'task' => $task,
|
||||
'comments' => $comments,
|
||||
|
||||
Reference in New Issue
Block a user