mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
diff: add links to snapshots
This makes the names of the two snapshots be links to their pages
This commit is contained in:
parent
810e0f3253
commit
ba3aa93423
@ -10,8 +10,8 @@ $maybe prevprev <- mprevprevSnapName
|
||||
<table .table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#{name1}
|
||||
<th>#{name2}
|
||||
<th><a href=@{SnapshotR name1 StackageHomeR}>#{name1}
|
||||
<th><a href=@{SnapshotR name2 StackageHomeR}>#{name2}
|
||||
<tbody>
|
||||
$forall (pkgname, VersionChange verChange, versionDiff) <- toVersionedDiffList snapDiff
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user