From 4eb1b4cab224306ef075b6bc0f603b9746938552 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 15 May 2024 11:23:59 +0100 Subject: Show the branch on the patches page --- guix-qa-frontpage/view/patches.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix-qa-frontpage') diff --git a/guix-qa-frontpage/view/patches.scm b/guix-qa-frontpage/view/patches.scm index 7fb7361..dc0af45 100644 --- a/guix-qa-frontpage/view/patches.scm +++ b/guix-qa-frontpage/view/patches.scm @@ -129,5 +129,9 @@ will appear first.") (@ (style "vertical-align: middle;")) ,(status->issue-status-span status)) (td (@ (style "text-align: left;")) + ,@(let ((branch (assq-ref details 'branch))) + (if (string=? branch "master") + '() + `((code ,branch)))) ,(assoc-ref details "name")))))) latest-series))))))) -- cgit v1.2.3