From 34d7450d3c13342715e90ec21bceaa13e1baa876 Mon Sep 17 00:00:00 2001
From: Frédéric Guillot
Date: Sun, 28 Dec 2014 11:28:50 -0500
Subject: Template helpers refactoring
---
app/Template/swimlane/remove.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'app/Template/swimlane/remove.php')
diff --git a/app/Template/swimlane/remove.php b/app/Template/swimlane/remove.php
index edf8803c..3268f51f 100644
--- a/app/Template/swimlane/remove.php
+++ b/app/Template/swimlane/remove.php
@@ -9,9 +9,9 @@
- = Helper\a(t('Yes'), 'swimlane', 'remove', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?>
+ = $this->a(t('Yes'), 'swimlane', 'remove', array('project_id' => $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?>
= t('or') ?>
- = Helper\a(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?>
+ = $this->a(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?>
\ No newline at end of file
--
cgit v1.2.3