From: Romain GARBAGE <romain.garbage@inria.fr>
To: 75117@debbugs.gnu.org
Cc: ludo@gnu.org, Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#75117] [PATCH Cuirass] templates: Fix web server error when displaying pull request info.
Date: Thu, 26 Dec 2024 15:49:07 +0100 [thread overview]
Message-ID: <20241226144907.9670-1-romain.garbage@inria.fr> (raw)
* src/cuirass/templates.scm (pull-request-info-box): Add missing unquote.
---
src/cuirass/templates.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 581f2df..8e4da3f 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1074,7 +1074,7 @@ giving information about the corresponding pull request, if any."
"Jobset of "
(a (@ (href ,(assq-ref properties 'pull-request-url)))
"pull request "
- (number->string (assq-ref properties 'pull-request-number)))
+ ,(number->string (assq-ref properties 'pull-request-number)))
" of "
(a (@ (href
,(assq-ref properties
base-commit: 774113d13bf6df5bc5d8c5b409ad51add91f4013
--
2.46.0
next reply other threads:[~2024-12-26 14:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-26 14:49 Romain GARBAGE [this message]
2024-12-26 17:56 ` bug#75117: [PATCH Cuirass] templates: Fix web server error when displaying pull request info Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241226144907.9670-1-romain.garbage@inria.fr \
--to=romain.garbage@inria.fr \
--cc=75117@debbugs.gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).