mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
9 lines
268 B
PHP
9 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>
|