Change priority formatting
This commit is contained in:
parent
2f135170ac
commit
27228c400f
|
|
@ -25,9 +25,9 @@
|
|||
<?= $this->url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php if ($task['priority'] > 0): ?>
|
||||
<?= $this->text->e($task['priority'])?>
|
||||
<?php endif?>
|
||||
<?php if ($task['priority'] >= 0): ?>
|
||||
P<?= $this->text->e($task['priority'])?>
|
||||
<?php endif?>
|
||||
</td>
|
||||
<td>
|
||||
<?php if (! empty($task['time_spent'])): ?>
|
||||
|
|
@ -46,4 +46,4 @@
|
|||
</table>
|
||||
|
||||
<?= $paginator ?>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue