Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Removes 'Repositories' link

Author Dave Jarvis <email>
Date 2026-02-16 13:45:09 GMT-0800
Commit 35f55829f71c90034e3c508f0486619864256dd1
Parent 000821c
Delta 0 lines added, 2 lines removed, 2-line decrease
pages/BasePage.php
protected function renderBreadcrumbs( $repo, $trail = [] ) {
- $home = (new UrlBuilder())->build();
$repoUrl = (new UrlBuilder())->withRepo( $repo['safe_name'] )->build();
$parts = array_merge(
[
- '<a href="' . $home . '">Repositories</a>',
'<a href="' . $repoUrl . '" class="repo-breadcrumb">' .
htmlspecialchars( $repo['name'] ) . '</a>'