Display the sum of task complexity in the column

This commit is contained in:
Frederic Guillot
2015-04-07 21:06:15 -04:00
parent 7d1c84699a
commit 4460851615
2 changed files with 26 additions and 0 deletions

View File

@@ -33,6 +33,12 @@
</span>
<?php endif ?>
<?php if (! empty($column['score'])): ?>
<span class="column-score pull-right" title="<?= t('Score') ?>">
<?= $column['score'] ?>&nbsp;
</span>
<?php endif ?>
<?php if ($column['task_limit']): ?>
<span title="<?= t('Task limit') ?>" class="task-limit">
(<span id="task-number-column-<?= $column['id'] ?>"><?= $column['nb_tasks'] ?></span>/<?= $this->e($column['task_limit']) ?>)