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/edit_description.php | 38 ---------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 app/Template/task/edit_description.php (limited to 'app/Template/task/edit_description.php') diff --git a/app/Template/task/edit_description.php b/app/Template/task/edit_description.php deleted file mode 100644 index 99a547e1..00000000 --- a/app/Template/task/edit_description.php +++ /dev/null @@ -1,38 +0,0 @@ - - -
- - form->csrf() ?> - form->hidden('id', $values) ?> - -
-
    -
  • - -
  • -
  • - -
  • -
-
- form->textarea('description', $values, $errors, array('autofocus', 'placeholder="'.t('Leave a description').'"'), 'task-show-description-textarea') ?> -
-
-
-
-
- -
- -
- - - - url->link(t('cancel'), 'board', 'show', array('project_id' => $task['project_id'])) ?> - - url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> - -
-
-- cgit v1.2.3