[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pgstatus] [PATCH 2/2] Move the buildd info link after the notes restrictions link



It is better to include both the restrictions links next to each other.
---
 architecture.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/architecture.php b/architecture.php
index 61b1321..390f771 100644
--- a/architecture.php
+++ b/architecture.php
@@ -47,8 +47,8 @@ alert_if_neq("architecture", $arch, htmlspecialchars(safe_get($_GET, "a")));
 archs_overview_links($suite, $arch);
 if ($suite != "all") {
   buildds_overview_link($arch, $suite, $buildd);
-  buildds_machine_info($arch, $suite, $buildd);
   notes_overview_link($arch, $suite, $notes);
+  buildds_machine_info($arch, $suite, $buildd);
 }
 recent_builds_link($arch, $suite);
 
-- 
2.14.2


Reply to: