diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-07 15:16:33 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-07 15:16:33 -0300 |
commit | 9f93407b5e7d2bb0827fb638e68d0d6a8b7ae6ca (patch) | |
tree | 59d5989d1916879e5ec4db6a319f82cc4c3025e2 /app/Templates/board_assign.php | |
parent | 0e118da124e6e6954f58b19e9aeb502d1adc048a (diff) |
Fix bug: due date and score lost on update
Diffstat (limited to 'app/Templates/board_assign.php')
-rw-r--r-- | app/Templates/board_assign.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Templates/board_assign.php b/app/Templates/board_assign.php index eb4a8c92..45cb4b4f 100644 --- a/app/Templates/board_assign.php +++ b/app/Templates/board_assign.php @@ -4,15 +4,6 @@ <h2> <?= t('Project "%s"', $current_project_name) ?> </h2> - <ul> - <?php foreach ($projects as $project_id => $project_name): ?> - <?php if ($project_id != $current_project_id): ?> - <li> - <a href="?controller=board&action=show&project_id=<?= $project_id ?>"><?= Helper\escape($project_name) ?></a> - </li> - <?php endif ?> - <?php endforeach ?> - </ul> </div> <section> |