aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/home.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-04-25 17:09:24 +0100
committerChristopher Baines <mail@cbaines.net>2023-04-25 17:09:24 +0100
commit8233b1096899c1c137eba9bfa33546f764b44505 (patch)
tree0169b0285067bd05e3b405a250eda253897f2389 /guix-qa-frontpage/view/home.scm
parent843b1fd5e6197acdc6e0eabdf9f319d8e9aebba7 (diff)
downloadqa-frontpage-8233b1096899c1c137eba9bfa33546f764b44505.tar
qa-frontpage-8233b1096899c1c137eba9bfa33546f764b44505.tar.gz
Update the branches listed on the home page
As core-updates has now been merged.
Diffstat (limited to 'guix-qa-frontpage/view/home.scm')
-rw-r--r--guix-qa-frontpage/view/home.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm
index b2a4a7e..7793c35 100644
--- a/guix-qa-frontpage/view/home.scm
+++ b/guix-qa-frontpage/view/home.scm
@@ -28,8 +28,11 @@
(div
(@ (class "row two-element-row"))
(section
- (a (@ (href "/branch/core-updates"))
- (h3 "branch: core-updates"))))
+ (a (@ (href "/branch/gnome-team"))
+ (h3 "branch: gnome-team")))
+ (section
+ (a (@ (href "/branch/rust-team"))
+ (h3 "branch: rust-team"))))
(h2 ,(gettext "Patches" "guix-qa-frontpage"))
(a (@ (href "/patches"))