diff: add links to snapshots

This makes the names of the two snapshots be links to their pages
This commit is contained in:
Jens Petersen 2025-05-24 19:41:27 +08:00 committed by Bryan Richter
parent 810e0f3253
commit ba3aa93423

View File

@ -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>