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?
|
,@(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")))
|
||||||
'())))))
|
'())))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue