Fix the after link on the packages page
This commit is contained in:
parent
939b51c80c
commit
960eac26d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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")))
|
||||
'())))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue