diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-27 15:14:13 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-27 15:14:13 -0400 |
commit | 096b282a473fa2b27c3bfe3061f54b5fd83c75e0 (patch) | |
tree | fc358e47860c50ab8505e0666043d76196e48016 /templates/board_index.php | |
parent | 6551609d1b248011d301080c1be7c48085dc5d55 (diff) |
Add a basic task search
Diffstat (limited to 'templates/board_index.php')
-rw-r--r-- | templates/board_index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/board_index.php b/templates/board_index.php index fc7a4932..f7fa4bdd 100644 --- a/templates/board_index.php +++ b/templates/board_index.php @@ -22,6 +22,7 @@ <?= Helper\form_select('user_id', $users, $filters) ?> </li> <li><a href="#" id="filter-due-date"><?= t('Filter by due date') ?></a></li> + <li><a href="?controller=project&action=search&project_id=<?= $current_project_id ?>"><?= t('Search') ?></a></li> <li><a href="?controller=project&action=tasks&project_id=<?= $current_project_id ?>"><?= t('Completed tasks') ?></a></li> </ul> </div> |