diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-22 18:44:45 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-22 18:44:45 -0400 |
commit | 72de621d77dc1e0fc21a2409d310d6dcdc3eee9e (patch) | |
tree | ccfe5d7c21961a60c60938c41dd30c16a6ecfd5d /app/Template/board | |
parent | 373537efe2f893f91f11c04436073bbb2c2732dd (diff) |
Add budget graph
Diffstat (limited to 'app/Template/board')
-rw-r--r-- | app/Template/board/filters.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index 2dd559b9..47304d7d 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -48,6 +48,10 @@ <?= $this->a(t('Analytics'), 'analytic', 'tasks', array('project_id' => $project['id'])) ?> </li> <li> + <i class="fa fa-pie-chart fa-fw"></i> + <?= $this->a(t('Budget'), 'budget', 'index', array('project_id' => $project['id'])) ?> + </li> + <li> <i class="fa fa-cog fa-fw"></i> <?= $this->a(t('Configure'), 'project', 'show', array('project_id' => $project['id'])) ?> </li> |