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:
parent
0abf39033c
commit
e53d596ca2
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue