Analytics: add the first graph (task repartition)
This commit is contained in:
8
app/Template/analytic/sidebar.php
Normal file
8
app/Template/analytic/sidebar.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="sidebar">
|
||||
<h2><?= t('Reportings') ?></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<?= Helper\a(t('Task distribution'), 'analytic', 'repartition', array('project_id' => $project['id'])) ?>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user