From 401b0bdfb10ebfe75c9a392de52d37cc3c22c062 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 18:14:20 -0400 Subject: Split task controller into smaller classes --- app/Template/task/open.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/Template/task/open.php (limited to 'app/Template/task/open.php') diff --git a/app/Template/task/open.php b/app/Template/task/open.php deleted file mode 100644 index fbcc1111..00000000 --- a/app/Template/task/open.php +++ /dev/null @@ -1,15 +0,0 @@ - - -
-

- e($task['title'])) ?> -

- -
- url->link(t('Yes'), 'task', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?> - - url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> -
-
\ No newline at end of file -- cgit v1.2.3