Merge pull-request #1850
This commit is contained in:
commit
b245eaa695
|
|
@ -28,6 +28,6 @@
|
|||
<?= $this->url->link(t('External links'), 'TaskExternalLink', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
|
||||
</li>
|
||||
|
||||
<?= $this->hook->render('template:task:sidebar') ?>
|
||||
<?= $this->hook->render('template:task:sidebar', array('task' => $task)) ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</li>
|
||||
<?php endif ?>
|
||||
|
||||
<?= $this->hook->render('template:user:sidebar:information') ?>
|
||||
<?= $this->hook->render('template:user:sidebar:information', array('user' => $user)) ?>
|
||||
</ul>
|
||||
|
||||
<h2><?= t('Actions') ?></h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue