mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
23 lines
885 B
Plaintext
23 lines
885 B
Plaintext
$newline never
|
|
<div .container #snapshot-home .content>
|
|
<div .row>
|
|
<div .span12>
|
|
<h1>Snapshots containing #{toHtml pn}
|
|
<p>Back to <a href=@{PackageR pn}>#{toHtml pn}
|
|
<table .table .snapshots>
|
|
<thead>
|
|
<th colspan=2>
|
|
Package
|
|
<th>
|
|
Snapshot
|
|
$forall (version, title, slug, hasHaddocks) <- snapshots
|
|
<tr>
|
|
<td>
|
|
$if hasHaddocks
|
|
<a href=@{haddocksLink slug version}>
|
|
Docs
|
|
<td>
|
|
#{version}
|
|
<td>
|
|
<a href=@{SnapshotR slug StackageHomeR}>#{fromMaybe title $ stripSuffix ", exclusive" title}
|