Files
Kanboard-Prod/app/Template/board/tooltip_comments.php
2016-03-19 16:51:25 -04:00

10 lines
268 B
PHP

<div class="tooltip-large">
<?php foreach ($comments as $comment): ?>
<?= $this->render('comment/show', array(
'comment' => $comment,
'task' => $task,
'hide_actions' => true,
)) ?>
<?php endforeach ?>
</div>