summaryrefslogtreecommitdiff
path: root/app/Template/board
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-09 22:09:09 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-09 22:09:09 -0400
commit5d5ba443370df91d59812db5691fa846a9854837 (patch)
tree0849199fcdd743c359829e038d21f51df7e7307e /app/Template/board
parent0e019e8669090d4af1c325e49101d1dafcd7e690 (diff)
Update task links, assignee and time tracking (#775), group links by label (#669)
Merge and modification of pull-request #785
Diffstat (limited to 'app/Template/board')
-rw-r--r--app/Template/board/tasklinks.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/board/tasklinks.php b/app/Template/board/tasklinks.php
index 9c4f52ca..f934cff9 100644
--- a/app/Template/board/tasklinks.php
+++ b/app/Template/board/tasklinks.php
@@ -9,6 +9,9 @@
false,
$link['is_active'] ? '' : 'task-link-closed'
) ?>
+ <?php if (! empty($link['task_assignee_username'])): ?>
+ [<?= $this->e($link['task_assignee_name'] ?: $link['task_assignee_username']) ?>]
+ <?php endif ?>
</li>
<?php endforeach ?>
</ul>