aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-09-01 18:47:06 +0100
committerChristopher Baines <mail@cbaines.net>2019-09-01 18:47:06 +0100
commit960eac26d7f2033789dfadb130bf899ac99ddd61 (patch)
treec6e7da7ccb297f18a23f9ecf9732da4893bf1b57
parent939b51c80cf5fb13b8b68f994590c52f6f39976b (diff)
downloaddata-service-960eac26d7f2033789dfadb130bf899ac99ddd61.tar
data-service-960eac26d7f2033789dfadb130bf899ac99ddd61.tar.gz
Fix the after link on the packages page
-rw-r--r--guix-data-service/web/view/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index fc3743e..382a19e 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -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")))
'())))))