Files
Kanboard-Prod/app/Template/board/tooltip_subtasks.php
Frederic Guillot 1500ff92b2 Templates cleanup
2016-01-31 12:15:26 -05:00

8 lines
294 B
PHP

<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>