mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
<div .snapshot-nav>
|
|
$if currentPage > 1
|
|
<a href=@{AllSnapshotsR}?page=#{currentPage - 1}>
|
|
see newer --
|
|
$else
|
|
at newest --
|
|
\ Page #{currentPage} #
|
|
$if length (concat groups) == snapshotsPerPage
|
|
<a href=@{AllSnapshotsR}?page=#{currentPage + 1}>
|
|
++ see older
|
|
$else
|
|
++ at oldest
|