summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Template/board/task_footer.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php
index e5c6d29b..6da25298 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -21,6 +21,10 @@
</div>
<?php endif ?>
+<?php if (! empty($task['description'])): ?>
+ <?= $this->text->e($task['description']) ?>
+<?php endif ?>
+
<?php if (! empty($task['tags'])): ?>
<div class="task-tags">
<ul>