From 960eac26d7f2033789dfadb130bf899ac99ddd61 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 1 Sep 2019 18:47:06 +0100 Subject: Fix the after link on the packages page --- guix-data-service/web/view/html.scm | 4 ++-- 1 file 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"))) '()))))) -- cgit v1.2.3