diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
commit | e89ba5e9e692f33427fedb05a095255f27480a6b (patch) | |
tree | 59cbca6ac75a8eff45be14f6ae4ab487e0a427b1 /app/Template/board_index.php | |
parent | 3df63e051fac84cec98c912668722f87d6e8183e (diff) |
Analytics: add the first graph (task repartition)
Diffstat (limited to 'app/Template/board_index.php')
-rw-r--r-- | app/Template/board_index.php | 4 |
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)) ?> |