diff options
author | xavier.vidal <xavier.vidal@MAC-0614-002.local> | 2015-09-25 17:16:34 +0200 |
---|---|---|
committer | xavier.vidal <xavier.vidal@MAC-0614-002.local> | 2015-09-25 17:16:34 +0200 |
commit | 2aa28a01d63ca1c58cd3aff0a84bbfcbeb871f1f (patch) | |
tree | 68143ec13b62ed6ff49168c141df6bae08cab43a /app/Template | |
parent | 55afa4fd7879dcd4d0b20d29975ba79d03331e29 (diff) |
Show project name in task links
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/tasklink/show.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php index 7125b11d..97a3a767 100644 --- a/app/Template/tasklink/show.php +++ b/app/Template/tasklink/show.php @@ -6,6 +6,7 @@ <tr> <th class="column-20"><?= t('Label') ?></th> <th class="column-30"><?= t('Task') ?></th> + <th class="column-20"><?= t('Project') ?></th> <th><?= t('Column') ?></th> <th><?= t('Assignee') ?></th> <?php if (! isset($not_editable)): ?> @@ -52,6 +53,7 @@ <strong><?= $this->e($link['task_time_estimated']).'h' ?></strong> <?= t('estimated') ?> <?php endif ?> </td> + <td><?= $this->e($link['project_name']) ?></td> <td><?= $this->e($link['column_title']) ?></td> <td> <?php if (! empty($link['task_assignee_username'])): ?> |