Add milestone marker in board task

This commit is contained in:
Frederic Guillot
2015-08-22 20:30:23 -04:00
parent cd9bc86fbe
commit 89ca090801
3 changed files with 8 additions and 0 deletions

View File

@@ -63,4 +63,10 @@
<?php if (! empty($task['time_estimated'])): ?>
<span class="task-time-estimated" title="<?= t('Time estimated') ?>"><?= $this->e($task['time_estimated']).'h' ?></span>
<?php endif ?>
<?php if ($task['is_milestone'] == 1): ?>
<span title="<?= t('Milestone') ?>">
<i class="fa fa-flag"></i>
</span>
<?php endif ?>
</div>