diff options
Diffstat (limited to 'templates/board_index.php')
-rw-r--r-- | templates/board_index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/board_index.php b/templates/board_index.php index ff10a70b..7a3f8ec1 100644 --- a/templates/board_index.php +++ b/templates/board_index.php @@ -52,6 +52,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> |