Refresh the board only when it's necessary and add a link on the task title
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user