Merge pull-request #907

This commit is contained in:
Frederic Guillot
2015-06-18 22:22:58 -04:00
3 changed files with 10 additions and 0 deletions

View File

@@ -58,4 +58,8 @@
<?php if ($task['score']): ?>
<span class="task-score"><?= $this->e($task['score']) ?></span>
<?php endif ?>
<?php if (! empty($task['time_estimated'])): ?>
<strong><?= $this->e($task['time_estimated']).'h' ?> <?= t('estimated') ?></strong>
<?php endif ?>
</div>