mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
9 lines
No EOL
259 B
PHP
9 lines
No EOL
259 B
PHP
<div class="task-show-title color-<?= $task['color_id'] ?>">
|
|
<h2><?= $this->text->e($task['title']) ?></h2>
|
|
</div>
|
|
|
|
<div class="page-header">
|
|
<h2><?= t('Activity stream') ?></h2>
|
|
</div>
|
|
|
|
<?= $this->render('event/events', array('events' => $events)) ?>
|