summaryrefslogtreecommitdiff
path: root/app/Template/board/tooltip_subtasks.php
blob: 5e48fcf41b552017eacabdc4532ab23fd8cd7f22 (plain)
1
2
3
4
5
6
7
<section id="tooltip-subtasks">
<?php foreach ($subtasks as $subtask): ?>
    <?= $this->subtask->toggleStatus($subtask, 'board', $task['project_id']) ?>
    <?= $this->e(empty($subtask['username']) ? '' : ' ['.$this->user->getFullname($subtask).']') ?>
    <br>
<?php endforeach ?>
</section>