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? ,@(if show-next-page?
`((div `((div
(@ (class "row")) (@ (class "row"))
(a (@ (href ,(string-append path-base revision-commit-hash (a (@ (href ,(string-append path-base
"/packages?after_name=" "?after_name="
(car (last packages))))) (car (last packages)))))
"Next page"))) "Next page")))
'()))))) '())))))