Project priority is always rendered now

This commit is contained in:
Frederic Guillot
2017-02-26 14:34:03 -05:00
parent 27328255cd
commit 9bcf97a6c9
6 changed files with 16 additions and 27 deletions

View File

@@ -90,5 +90,5 @@
<span class="task-board-closed"><i class="fa fa-ban fa-fw"></i><?= t('Closed') ?></span>
<?php endif ?>
<?= $this->task->formatPriority($project, $task) ?>
<?= $this->task->renderPriority($task['priority']) ?>
</div>