Show project name in task links tooltip
This commit is contained in:
parent
2aa28a01d6
commit
f6c1984bdd
|
|
@ -3,6 +3,7 @@
|
|||
<?php foreach($links as $link): ?>
|
||||
<li>
|
||||
<strong><?= t($link['label']) ?></strong>
|
||||
[<i><?= $link['project_name'] ?></i>]
|
||||
<?= $this->url->link(
|
||||
$this->e('#'.$link['task_id'].' - '.$link['title']),
|
||||
'task', 'show', array('task_id' => $link['task_id'], 'project_id' => $link['project_id']),
|
||||
|
|
|
|||
Loading…
Reference in New Issue