diff options
Diffstat (limited to 'app/Templates/task_table.php')
-rw-r--r-- | app/Templates/task_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/task_table.php b/app/Templates/task_table.php index b6fdb2b9..fa04fa55 100644 --- a/app/Templates/task_table.php +++ b/app/Templates/task_table.php @@ -13,7 +13,7 @@ <?php foreach ($tasks as $task): ?> <tr> <td class="task-table task-<?= $task['color_id'] ?>"> - <a href="?controller=task&action=show&task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['id']) ?></a> + <a href="?controller=task&action=show&task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>">#<?= Helper\escape($task['id']) ?></a> </td> <td> <?= Helper\in_list($task['column_id'], $columns) ?> |