mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Minor improvements to docs list
This commit is contained in:
parent
125e7ea130
commit
1739a0917a
@ -1,8 +1,9 @@
|
||||
<h1>Module listing for #{toPathPiece slug}
|
||||
<p>
|
||||
<a href=@{SnapshotR slug DocsR}>Return to snapshot
|
||||
<ul>
|
||||
$forall (name, url, package, version) <- modules
|
||||
<li>
|
||||
<a href=#{url}>#{name}
|
||||
(#{package}-#{version})
|
||||
<div .container>
|
||||
<h1>Module listing for #{toPathPiece slug}
|
||||
<p>
|
||||
<a href=@{SnapshotR slug StackageHomeR}>Return to snapshot
|
||||
<ul>
|
||||
$forall (name, url, package, version) <- modules
|
||||
<li>
|
||||
<a href=#{url}>#{name}
|
||||
(#{package}-#{version})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user