diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:49:33 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:49:33 -0500 |
commit | f83fc5bee4b93f1209bce14d1d7eaa50fdc6870b (patch) | |
tree | 252cd6b748b86d4fb71ee1c9baf76708dfab20e6 /app | |
parent | 29cc13f786fddda95b05a755d4e8fb9a614ef539 (diff) |
Add list items for the dropdown
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/app/dashboard.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/app/dashboard.php b/app/Template/app/dashboard.php index 43b15703..c29ae02e 100644 --- a/app/Template/app/dashboard.php +++ b/app/Template/app/dashboard.php @@ -17,8 +17,14 @@ <ul> <li> <a href="#" class="dashboard-toggle" data-toggle="projects"><?= t('Show/hide projects') ?></a> + </li> + <li> <a href="#" class="dashboard-toggle" data-toggle="tasks"><?= t('Show/hide tasks') ?></a> + </li> + <li> <a href="#" class="dashboard-toggle" data-toggle="subtasks"><?= t('Show/hide subtasks') ?></a> + </li> + <li> <a href="#" class="dashboard-toggle" data-toggle="activities"><?= t('Show/hide activities') ?></a> </li> </ul> |