summaryrefslogtreecommitdiff
path: root/app/Template/board_index.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-09 17:59:02 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-09 17:59:02 -0500
commite89ba5e9e692f33427fedb05a095255f27480a6b (patch)
tree59cbca6ac75a8eff45be14f6ae4ab487e0a427b1 /app/Template/board_index.php
parent3df63e051fac84cec98c912668722f87d6e8183e (diff)
Analytics: add the first graph (task repartition)
Diffstat (limited to 'app/Template/board_index.php')
-rw-r--r--app/Template/board_index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/board_index.php b/app/Template/board_index.php
index d15d455f..e478680f 100644
--- a/app/Template/board_index.php
+++ b/app/Template/board_index.php
@@ -24,6 +24,10 @@
<i class="fa fa-dashboard fa-fw"></i>
<?= Helper\a(t('Activity'), 'project', 'activity', array('project_id' => $current_project_id)) ?>
</li>
+ <li>
+ <i class="fa fa-line-chart fa-fw"></i>
+ <?= Helper\a(t('Analytics'), 'analytic', 'repartition', array('project_id' => $current_project_id)) ?>
+ </li>
<?php if (Helper\is_admin()): ?>
<li><i class="fa fa-cog fa-fw"></i>
<?= Helper\a(t('Configure'), 'project', 'show', array('project_id' => $current_project_id)) ?>