mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
<div .container>
|
|
<div .content>
|
|
<h1>Snapshots
|
|
$forall stackages <- groups
|
|
$forall (_, _, uploaded, _, _) <- take 1 stackages
|
|
<h3>
|
|
#{uploaded}
|
|
<ul .snapshots>
|
|
$forall (ident, title, _uploaded, display, handle) <- stackages
|
|
<li>
|
|
<strong>
|
|
<a href=@{SnapshotR ident StackageHomeR}>
|
|
#{title}
|
|
<p>
|
|
#{display} (#{handle})
|