diff options
Diffstat (limited to 'app/Template/board/tasklinks.php')
-rw-r--r-- | app/Template/board/tasklinks.php | 3 |
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> |