summaryrefslogtreecommitdiff
path: root/app/Templates/task_layout.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-07-19 22:08:07 -0230
committerFrédéric Guillot <fred@kanboard.net>2014-07-19 22:08:07 -0230
commit833bd3f8a90b604f4ab289dab9366c0032ce5216 (patch)
treed9dba860b725a2c837fe1a640cafd0bd0b418e43 /app/Templates/task_layout.php
parent42ca8390d43080c7403c4ae4cdaf31296bc02576 (diff)
Add Task CSV export and Kanboard CLI
Diffstat (limited to 'app/Templates/task_layout.php')
-rw-r--r--app/Templates/task_layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/task_layout.php b/app/Templates/task_layout.php
index 9a6bbd00..96c45608 100644
--- a/app/Templates/task_layout.php
+++ b/app/Templates/task_layout.php
@@ -5,7 +5,7 @@
<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">
+ <section class="task-show" id="task-section">
<?= Helper\template('task_sidebar', array('task' => $task)) ?>