diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-19 22:08:07 -0230 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-19 22:08:07 -0230 |
commit | 833bd3f8a90b604f4ab289dab9366c0032ce5216 (patch) | |
tree | d9dba860b725a2c837fe1a640cafd0bd0b418e43 /app/Templates/project_index.php | |
parent | 42ca8390d43080c7403c4ae4cdaf31296bc02576 (diff) |
Add Task CSV export and Kanboard CLI
Diffstat (limited to 'app/Templates/project_index.php')
-rw-r--r-- | app/Templates/project_index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Templates/project_index.php b/app/Templates/project_index.php index 927924a5..097ebd1f 100644 --- a/app/Templates/project_index.php +++ b/app/Templates/project_index.php @@ -89,6 +89,9 @@ <li> <a href="?controller=board&action=readonly&token=<?= $project['token'] ?>" target="_blank"><?= t('Public link') ?></a> </li> + <li> + <a href="?controller=project&action=export&project_id=<?= $project['id'] ?>"><?= t('Tasks Export') ?></a> + </li> </ul> </td> <?php endif ?> |