2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2024-12-29 11:40:16 +01:00

templates: Encode specification name when generating URL.

* src/cuirass/templates.scm (specifications-table): Encode specification name when generating URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-10-03 09:52:04 +02:00 committed by Ludovic Courtès
parent 0abf39033c
commit e53d596ca2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -378,7 +378,7 @@ system whose names start with " (code "guile-") ":" (br)
(td
(@ (class "column-name"))
(a (@ (href "/jobset/"
,(symbol->string (specification-name spec))))
,(uri-encode (symbol->string (specification-name spec)))))
,(symbol->string (specification-name spec))))
(td
(@ (class "column-build"))