diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-15 17:28:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-15 17:28:46 -0400 |
commit | 084272c60ea97f3a835cfccbb3303227d00085e8 (patch) | |
tree | 3fd327baac937018a40c85f29efe05b9ba1e5cc9 /app/Template/budget/index.php | |
parent | 253996901a10918e3207d46839cdfdc90d200e72 (diff) |
Add cost breakdown for project budget
Diffstat (limited to 'app/Template/budget/index.php')
-rw-r--r-- | app/Template/budget/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/budget/index.php b/app/Template/budget/index.php index 8bdf1a57..bdeda781 100644 --- a/app/Template/budget/index.php +++ b/app/Template/budget/index.php @@ -2,7 +2,7 @@ <h2><?= t('Budget') ?></h2> <ul> <li><?= $this->a(t('Budget lines'), 'budget', 'create', array('project_id' => $project['id'])) ?></li> - <li><?= $this->a(t('Burn rate'), 'budget', 'index', array('project_id' => $project['id'])) ?></li> + <li><?= $this->a(t('Cost breakdown'), 'budget', 'breakdown', array('project_id' => $project['id'])) ?></li> </ul> </div> |