Link to package changes in snapshot diff

This commit is contained in:
Charles Cooper 2016-04-20 09:06:52 -04:00
parent dccb89523e
commit 2f6a05a844
2 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@ $if not (LT.null (LT.renderHtml (packageDescription package)))
<i class="fa fa-angle-down"> <i class="fa fa-angle-down">
$if not (LT.null (LT.renderHtml (packageChangelog package))) $if not (LT.null (LT.renderHtml (packageChangelog package)))
<div .container .content> <div .container .content id=changes>
<div .row> <div .row>
<div .span12> <div .span12>
<h2 .changes-title>Changes <h2 .changes-title>Changes

View file

@ -38,18 +38,18 @@
$case verChange $case verChange
$of This oldVersion $of This oldVersion
<td> <td>
<a href=@{packageUrl name1 pkgname oldVersion}> <a href=@{packageUrl name1 pkgname oldVersion}#changes}>
#{pkgname}-#{oldVersion} #{pkgname}-#{oldVersion}
<td> <td>
$of That newVersion $of That newVersion
<td> <td>
<td> <td>
<a href=@{packageUrl name2 pkgname newVersion}> <a href=@{packageUrl name2 pkgname newVersion}#changes>
#{pkgname}-#{newVersion} #{pkgname}-#{newVersion}
$of These oldVersion newVersion $of These oldVersion newVersion
<td> <td>
<a href=@{packageUrl name1 pkgname oldVersion}> <a href=@{packageUrl name1 pkgname oldVersion}#changes>
#{pkgname}-#{oldVersion} #{pkgname}-#{oldVersion}
<td> <td>
<a href=@{packageUrl name2 pkgname newVersion}> <a href=@{packageUrl name2 pkgname newVersion}#changes>
#{pkgname}-#{newVersion} #{pkgname}-#{newVersion}