index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/index.php | 2 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index e63290c..1200e8e 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -38,7 +38,7 @@ if ($sarch_param != "") { <body> <?php show_warning_on_offline_slave(); ?> <a href="build-list.php<?php print $sarch_param; ?>">build list</a> - as <a href="build-list-links.php">graph</a> -- + as <a href="build-list-links.php<?php print $sarch_param; ?>">graph</a> -- <a href="build-list.php?broken=Broken<?php print $march_param; ?>">broken packages</a> -- <a href="build-list.php?next=Can<?php print $march_param; ?>">buildable packages</a><br> <a href="build-slaves.php">build-slaves</a> -- |