Change priority formatting
This commit is contained in:
@@ -25,8 +25,8 @@
|
|||||||
<?= $this->url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
|
<?= $this->url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($task['priority'] > 0): ?>
|
<?php if ($task['priority'] >= 0): ?>
|
||||||
<?= $this->text->e($task['priority'])?>
|
P<?= $this->text->e($task['priority'])?>
|
||||||
<?php endif?>
|
<?php endif?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user