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