diff options
Diffstat (limited to 'app/Templates/board_index.php')
-rw-r--r-- | app/Templates/board_index.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Templates/board_index.php b/app/Templates/board_index.php index 38fb985c..4b9b107c 100644 --- a/app/Templates/board_index.php +++ b/app/Templates/board_index.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> <div class="project-menu"> |