summaryrefslogtreecommitdiff
path: root/app/Template/swimlane/remove.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/swimlane/remove.php')
-rw-r--r--app/Template/swimlane/remove.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/swimlane/remove.php b/app/Template/swimlane/remove.php
index 3268f51f..1d7c2b7a 100644
--- a/app/Template/swimlane/remove.php
+++ b/app/Template/swimlane/remove.php
@@ -9,9 +9,9 @@
</p>
<div class="form-actions">
- <?= $this->a(t('Yes'), 'swimlane', 'remove', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?>
+ <?= $this->url->link(t('Yes'), 'swimlane', 'remove', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?>
<?= t('or') ?>
- <?= $this->a(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?>
+ <?= $this->url->link(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?>
</div>
</div>
</section> \ No newline at end of file