diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/board_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_index.php b/templates/board_index.php index e6054189..6138ee50 100644 --- a/templates/board_index.php +++ b/templates/board_index.php @@ -71,7 +71,7 @@ <?php endif ?> <div class="task-title"> - <?= Helper\escape($task['title']) ?> + <a href="?controller=task&action=show&task_id=<?= $task['id'] ?>" title="<?= t('Show this task') ?>"><?= Helper\escape($task['title']) ?></a> </div> <div class="task-footer"> |