Avoid code duplication in pull-request #746

This commit is contained in:
Frederic Guillot
2015-03-30 21:58:16 -04:00
parent 6d80f0b466
commit 8d9b87bb6e
7 changed files with 69 additions and 89 deletions

View File

@@ -0,0 +1,5 @@
<div class="page-header">
<h2><?= t('Activity stream') ?></h2>
</div>
<?= $this->render('event/events', array('events' => $events)) ?>