diff options
Diffstat (limited to 'app/Template/budget/remove.php')
-rw-r--r-- | app/Template/budget/remove.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/budget/remove.php b/app/Template/budget/remove.php index 97f9c3dc..a5b906a1 100644 --- a/app/Template/budget/remove.php +++ b/app/Template/budget/remove.php @@ -6,8 +6,8 @@ <p class="alert alert-info"><?= t('Do you really want to remove this budget line?') ?></p> <div class="form-actions"> - <?= $this->a(t('Yes'), 'budget', 'remove', array('project_id' => $project['id'], 'budget_id' => $budget_id), true, 'btn btn-red') ?> + <?= $this->url->link(t('Yes'), 'budget', 'remove', array('project_id' => $project['id'], 'budget_id' => $budget_id), true, 'btn btn-red') ?> <?= t('or') ?> - <?= $this->a(t('cancel'), 'budget', 'create', array('project_id' => $project['id'])) ?> + <?= $this->url->link(t('cancel'), 'budget', 'create', array('project_id' => $project['id'])) ?> </div> </div>
\ No newline at end of file |