Fix the JSON link on the compare package derivations page
This commit is contained in:
parent
7e1cba3309
commit
e93da1ae8f
1 changed files with 5 additions and 1 deletions
|
|
@ -785,7 +785,11 @@ enough builds to determine a change")))
|
|||
(href ,(let ((query-parameter-string
|
||||
(query-parameters->string query-parameters)))
|
||||
(string-append
|
||||
"/compare/package-derivations.json"
|
||||
"/"
|
||||
(cond
|
||||
((eq? mode 'revision) "compare")
|
||||
((eq? mode 'datetime) "compare-by-datetime"))
|
||||
"/package-derivations.json"
|
||||
(if (string-null? query-parameter-string)
|
||||
""
|
||||
(string-append "?" query-parameter-string))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue