summaryrefslogtreecommitdiff
path: root/app/Templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates')
-rw-r--r--app/Templates/board_show.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Templates/board_show.php b/app/Templates/board_show.php
index d5f31413..2d857497 100644
--- a/app/Templates/board_show.php
+++ b/app/Templates/board_show.php
@@ -15,6 +15,10 @@
<?= Helper\escape($column['task_limit']) ?>
)
</span>
+ <?php else: ?>
+ <span title="<?= t('Task count') ?>" class="task-count">
+ (<span id="task-number-column-<?= $column['id'] ?>"><?= count($column['tasks']) ?></span>)
+ </span>
<?php endif ?>
</th>
<?php endforeach ?>