Merge pull-request #1783

This commit is contained in:
Frederic Guillot
2016-02-05 17:10:00 -05:00
2 changed files with 14 additions and 6 deletions

View File

@@ -22,5 +22,8 @@
<li <?= $this->app->checkMenuSelection('analytic', 'compareHours') ?>>
<?= $this->url->link(t('Estimated vs actual time'), 'analytic', 'compareHours', array('project_id' => $project['id'])) ?>
</li>
<?= $this->hook->render('template:analytic:sidebar', array('project' => $project)) ?>
</ul>
</div>