summaryrefslogtreecommitdiff
path: root/app/Template/board/task_footer.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-21 15:25:21 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-21 15:25:21 -0400
commitfc97378c83bd93e6873774e80bf7234214974781 (patch)
tree95d0b9610932d347c0ac7430369ecd2b061449ec /app/Template/board/task_footer.php
parent28a1461f6509ff604c723a044d52f7be3bf75b19 (diff)
Move task complexity to the bottom
Diffstat (limited to 'app/Template/board/task_footer.php')
-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 8abea043..635ed31f 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -42,4 +42,8 @@
<i class="fa fa-file-text-o"></i>
</span>
<?php endif ?>
+
+ <?php if ($task['score']): ?>
+ <span class="task-score"><?= $this->e($task['score']) ?></span>
+ <?php endif ?>
</div>