summaryrefslogtreecommitdiff
path: root/templates/board_public.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-24 21:22:32 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-24 21:22:32 -0500
commit44fc9c081fb7561b7b02115f9b2a6eb0349d2201 (patch)
tree314249cc9a8dfc23ecb2d1bcc089362418698a96 /templates/board_public.php
parent565290fbf9e3727655921a969550167aa59a6e24 (diff)
Add story points for tasks
Diffstat (limited to 'templates/board_public.php')
-rw-r--r--templates/board_public.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/board_public.php b/templates/board_public.php
index ac9e80ae..16c69ce2 100644
--- a/templates/board_public.php
+++ b/templates/board_public.php
@@ -29,6 +29,10 @@
<?php endif ?>
</span>
+ <?php if ($task['score']): ?>
+ <span class="task-score"><?= Helper\escape($task['score']) ?></span>
+ <?php endif ?>
+
<div class="task-title">
<?= Helper\escape($task['title']) ?>
</div>