From 5fb686dd9c5474aba3e274bbe7917e8259aa27e3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 25 Nov 2014 21:28:29 -0500 Subject: Move comment templates to a subfolder --- app/Template/comment/show.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/Template/comment/show.php (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php new file mode 100644 index 00000000..5e1e9337 --- /dev/null +++ b/app/Template/comment/show.php @@ -0,0 +1,41 @@ +
+ +

+ @ +

+ +
+ + +
    +
  • + +
  • + $task['id'], 'comment_id' => $comment['id'])) ?> +
  • +
  • + $task['id'], 'comment_id' => $comment['id'])) ?> +
  • + +
+ + +
+ + 'task', + 'action' => 'readonly', + 'params' => array( + 'token' => $project['token'] + ) + ) + ) ?> + + + +
+ +
+
\ No newline at end of file -- cgit v1.2.3