summaryrefslogtreecommitdiff
path: root/app/Template/task_list
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_list')
-rw-r--r--app/Template/task_list/header.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/task_list/header.php b/app/Template/task_list/header.php
index 599286aa..d91c6c6e 100644
--- a/app/Template/task_list/header.php
+++ b/app/Template/task_list/header.php
@@ -19,6 +19,9 @@
<li>
<a href="<?= $this->url->href('TaskBulkMoveColumnController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Move selected tasks to another column') ?></a>
</li>
+ <li>
+ <a href="<?= $this->url->href('TaskBulkChangePropertyController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Edit tasks in bulk') ?></a>
+ </li>
</ul>
</div>
</div>