Display same task summary on all task view pages
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<div class="task-show-title color-<?= $task['color_id'] ?>">
|
||||
<h2><?= $this->text->e($task['title']) ?></h2>
|
||||
</div>
|
||||
<?= $this->render('task/details', array(
|
||||
'task' => $task,
|
||||
'tags' => $tags,
|
||||
'project' => $project,
|
||||
'editable' => false,
|
||||
)) ?>
|
||||
|
||||
<div class="page-header">
|
||||
<h2><?= t('Activity stream') ?></h2>
|
||||
</div>
|
||||
|
||||
<?= $this->render('event/events', array('events' => $events)) ?>
|
||||
<?= $this->render('event/events', array('events' => $events)) ?>
|
||||
|
||||
Reference in New Issue
Block a user