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/show_description.php | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 app/Template/task/show_description.php (limited to 'app/Template/task/show_description.php') diff --git a/app/Template/task/show_description.php b/app/Template/task/show_description.php deleted file mode 100644 index f823e7d6..00000000 --- a/app/Template/task/show_description.php +++ /dev/null @@ -1,33 +0,0 @@ - -
- - -
- - text->markdown( - $task['description'], - array( - 'controller' => 'task', - 'action' => 'show', - 'params' => array( - 'project_id' => $task['project_id'] - ) - ) - ) ?> - - text->markdown( - $task['description'], - array( - 'controller' => 'task', - 'action' => 'readonly', - 'params' => array( - 'token' => $project['token'] - ) - ) - ) ?> - -
-
- \ No newline at end of file -- cgit v1.2.3