summaryrefslogtreecommitdiff
path: root/app/Template/budget/index.php
blob: bdeda7814a997bf3ff8b73a676e6984a4fbaa0f8 (plain)
1
2
3
4
5
6
7
8
9
<div class="page-header">
    <h2><?= t('Budget') ?></h2>
    <ul>
        <li><?= $this->a(t('Budget lines'), 'budget', 'create', array('project_id' => $project['id'])) ?></li>
        <li><?= $this->a(t('Cost breakdown'), 'budget', 'breakdown', array('project_id' => $project['id'])) ?></li>
    </ul>
</div>

<p><?= t('Current budget: ') ?><strong><?= n($total) ?></strong></p>