diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-05 20:30:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-05 20:30:54 -0500 |
commit | de5fa17d601a578b3d5c42bd3fb700c7b5395ab3 (patch) | |
tree | cf5ff9e8694f1674d2a487cc16fd5b0fbbb44630 /app/Template/task/menu.php | |
parent | 9840fa8e07a609245c0db0c56c77cb83491b5acc (diff) |
Add task dropdown menu on listing pages
Diffstat (limited to 'app/Template/task/menu.php')
-rw-r--r-- | app/Template/task/menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/menu.php b/app/Template/task/menu.php index 20fca22b..85760430 100644 --- a/app/Template/task/menu.php +++ b/app/Template/task/menu.php @@ -72,7 +72,7 @@ </li> <?php endif ?> - <?= $this->hook->render('template:task:menu:actions') ?> + <?= $this->hook->render('template:task:menu') ?> </ul> </div> <?php endif ?> |