Improve project navigation
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<div class="page-header">
|
||||
<h2><?= t('Budget') ?></h2>
|
||||
<ul>
|
||||
<li><?= $this->url->link(t('Budget lines'), 'budget', 'create', array('project_id' => $project['id'])) ?></li>
|
||||
<li><?= $this->url->link(t('Cost breakdown'), 'budget', 'breakdown', array('project_id' => $project['id'])) ?></li>
|
||||
</ul>
|
||||
<h2><?= t('Budget lines') ?></h2>
|
||||
</div>
|
||||
|
||||
<?php if (! empty($lines)): ?>
|
||||
|
||||
Reference in New Issue
Block a user