Fix the after link on the packages page

This commit is contained in:
Christopher Baines 2019-09-01 18:47:06 +01:00
parent 939b51c80c
commit 960eac26d7

View file

@ -748,8 +748,8 @@
,@(if show-next-page?
`((div
(@ (class "row"))
(a (@ (href ,(string-append path-base revision-commit-hash
"/packages?after_name="
(a (@ (href ,(string-append path-base
"?after_name="
(car (last packages)))))
"Next page")))
'())))))