diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-13 20:37:37 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-13 20:37:37 -0500 |
commit | 1487cb27634161ef558c367150213bc7077e4198 (patch) | |
tree | 5a5684152412abc3bc336cdb63dfe05b7bbb0c4a /app/Template/board | |
parent | e4efc73a90b0ef62b5d828db53a365184be40137 (diff) |
Add graph for user repartition
Diffstat (limited to 'app/Template/board')
-rw-r--r-- | app/Template/board/filters.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index 21e51d98..76cbca2d 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -25,7 +25,7 @@ </li> <li> <i class="fa fa-line-chart fa-fw"></i> - <?= Helper\a(t('Analytics'), 'analytic', 'repartition', array('project_id' => $project['id'])) ?> + <?= Helper\a(t('Analytics'), 'analytic', 'tasks', array('project_id' => $project['id'])) ?> </li> <?php if (Helper\is_admin()): ?> <li><i class="fa fa-cog fa-fw"></i> |