]> git.deb.at Git - deb/packages.git/commitdiff
show.tmpl: In the experimental nag, link to the changelog
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 19:48:18 +0000 (21:48 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 19:48:18 +0000 (21:48 +0200)
Since we already tell the user to read it, we can actually
link to it, too. Yay, Hyperlinks :)

templates/html/show.tmpl

index fb6f9ac7e6eede7201c5a1f497aab8dc27841588..9e82b3fb537d9eb843d00e82f2ad775cd362f671 100644 (file)
 [% IF suite == "experimental" || subsection == "debian-installer" %]
 <div class="pconstantnag">
 [% IF suite == "experimental" %]
+[% changelog_link = 'changelog';
+   changelog_link = "<a href='$changelogs_url$files.changelog.path'>changelog</a>" %] 
 <h2>Experimental package</h2>
 <p>Warning: This package is from the <strong>experimental</strong> distribution.
 That means it is likely unstable or buggy, and it may even cause data loss.
-Please be sure to consult the changelog and other possible documentation before
+Please be sure to consult the [% changelog_link %] and other possible documentation before
 using it.</p>
 [% END %]
 [% IF subsection == "debian-installer" %]