Refactoring: added controlled middleware and changed response class
This commit is contained in:
4
app/Template/dashboard/activity.php
Normal file
4
app/Template/dashboard/activity.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="page-header">
|
||||
<h2><?= t('My activity stream') ?></h2>
|
||||
</div>
|
||||
<?= $this->render('event/events', array('events' => $events)) ?>
|
||||
Reference in New Issue
Block a user