Show project name in task links tooltip

This commit is contained in:
xavier.vidal 2015-09-25 17:20:06 +02:00
parent 2aa28a01d6
commit f6c1984bdd
1 changed files with 1 additions and 0 deletions

View File

@ -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']),