Display totals on the dashboard for tasks/subtasks/projects

This commit is contained in:
Frederic Guillot
2015-06-24 10:32:44 -04:00
parent 599237b805
commit bf22ea4694
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<h2><?= t('My tasks') ?></h2>
<h2><?= t('My tasks') ?> (<?= $paginator->getTotal() ?>)</h2>
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is nothing assigned to you.') ?></p>
<?php else: ?>