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

@@ -53,7 +53,7 @@
</div>
<div id="dashboard-activities">
<h2><?= t('Activity stream') ?></h2>
<?= $this->render('project/events', array('events' => $events)) ?>
<?= $this->render('event/events', array('events' => $events)) ?>
</div>
</div>
</section>