Skip to content

Commit ba3aa93

Browse files
juhpchreekat
authored andcommitted
diff: add links to snapshots
This makes the names of the two snapshots be links to their pages
1 parent 810e0f3 commit ba3aa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/stackage-diff.hamlet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $maybe prevprev <- mprevprevSnapName
1010
<table .table>
1111
<thead>
1212
<tr>
13-
<th>#{name1}
14-
<th>#{name2}
13+
<th><a href=@{SnapshotR name1 StackageHomeR}>#{name1}
14+
<th><a href=@{SnapshotR name2 StackageHomeR}>#{name2}
1515
<tbody>
1616
$forall (pkgname, VersionChange verChange, versionDiff) <- toVersionedDiffList snapDiff
1717
<tr>

0 commit comments

Comments
 (0)