Show complexity sum across all swimlanes

This commit is contained in:
Frederic Guillot
2015-09-26 20:58:13 -04:00
parent 6c03925f23
commit 0b1da8d61c
3 changed files with 28 additions and 14 deletions

View File

@@ -31,7 +31,7 @@
<?php if (! empty($column['score'])): ?>
<span class="pull-right" title="<?= t('Score') ?>">
<?= $column['score'] ?>&nbsp;
<?= $column['total_score'] ?>
</span>
<?php endif ?>