mirror of
https://github.com/SrIzan10/kanboard.git
synced 2026-05-01 10:45:29 +00:00
5 lines
139 B
PHP
5 lines
139 B
PHP
<div class="page-header">
|
|
<h2><?= t('Activity stream') ?></h2>
|
|
</div>
|
|
|
|
<?= $this->render('event/events', array('events' => $events)) ?>
|