From 90e06162999c8ec7fa9bcfa391800f7907419d9b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 24 Oct 2014 22:51:30 -0400 Subject: Rename Locales and Templates folders to be more consistent --- app/Templates/task_comments.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 app/Templates/task_comments.php (limited to 'app/Templates/task_comments.php') diff --git a/app/Templates/task_comments.php b/app/Templates/task_comments.php deleted file mode 100644 index 5cfa99ce..00000000 --- a/app/Templates/task_comments.php +++ /dev/null @@ -1,29 +0,0 @@ - -
- - - - $comment, - 'task' => $task, - 'project' => $project, - 'not_editable' => isset($not_editable) && $not_editable, - 'is_public' => isset($is_public) && $is_public, - )) ?> - - - - true, - 'values' => array( - 'user_id' => Helper\get_user_id(), - 'task_id' => $task['id'], - ), - 'errors' => array(), - 'task' => $task - )) ?> - -
- \ No newline at end of file -- cgit v1.2.3