* [bug#75117] [PATCH Cuirass] templates: Fix web server error when displaying pull request info.
@ 2024-12-26 14:49 Romain GARBAGE
2024-12-26 17:56 ` bug#75117: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-12-26 14:49 UTC (permalink / raw)
To: 75117; +Cc: ludo, Romain GARBAGE
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-26 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 14:49 [bug#75117] [PATCH Cuirass] templates: Fix web server error when displaying pull request info Romain GARBAGE
2024-12-26 17:56 ` bug#75117: " Ludovic Courtès
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).