summaryrefslogtreecommitdiff
path: root/templates/task_layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task_layout.php')
-rw-r--r--templates/task_layout.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/task_layout.php b/templates/task_layout.php
deleted file mode 100644
index 9a6bbd00..00000000
--- a/templates/task_layout.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<section id="main">
- <div class="page-header">
- <h2><?= Helper\escape($task['project_name']) ?> &gt; <?= t('Task #%d', $task['id']) ?></h2>
- <ul>
- <li><a href="?controller=board&amp;action=show&amp;project_id=<?= $task['project_id'] ?>"><?= t('Back to the board') ?></a></li>
- </ul>
- </div>
- <section class="task-show">
-
- <?= Helper\template('task_sidebar', array('task' => $task)) ?>
-
- <div class="task-show-main">
- <?= $task_content_for_layout ?>
- </div>
- </section>
-</section> \ No newline at end of file