Fix a uri encoding issue with linking to outputs
This commit is contained in:
parent
9c1b989d20
commit
f421faa790
1 changed files with 4 additions and 1 deletions
|
|
@ -683,7 +683,10 @@
|
|||
,@(map (match-lambda
|
||||
((output-name path hash-algorithm hash recursive?)
|
||||
`(tr
|
||||
(td (a (@ (href ,path))
|
||||
(td (a (@ (href ,(string-join
|
||||
(map uri-encode
|
||||
(string-split path #\/))
|
||||
"/")))
|
||||
,(display-store-item-short path))))))
|
||||
derivation-outputs)))))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue