summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/task_list/show.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/task_list/show.php b/app/Template/task_list/show.php
index 0518e4c3..4a2ebeba 100644
--- a/app/Template/task_list/show.php
+++ b/app/Template/task_list/show.php
@@ -10,6 +10,7 @@
<th class="column-10"><?= $paginator->order(t('Swimlane'), 'tasks.swimlane_id') ?></th>
<th class="column-10"><?= $paginator->order(t('Column'), 'tasks.column_id') ?></th>
<th class="column-10"><?= $paginator->order(t('Category'), 'tasks.category_id') ?></th>
+ <th class="column-6"><?= $paginator->order(t('Priority'), \Kanboard\Model\TaskModel::TABLE.'.priority') ?></th>
<th><?= $paginator->order(t('Title'), 'tasks.title') ?></th>
<th class="column-10"><?= $paginator->order(t('Assignee'), 'users.username') ?></th>
<th class="column-10"><?= $paginator->order(t('Due date'), 'tasks.date_due') ?></th>
@@ -34,6 +35,9 @@
<?= $this->text->e($task['category_name']) ?>
</td>
<td>
+ P<?= $this->text->e($task['priority'])?>
+ </td>
+ <td>
<?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?>
</td>
<td>