From: Jeroen van Wolffelaar Date: Thu, 23 Feb 2006 02:57:11 +0000 (+0000) Subject: Add a link to the source at the top X-Git-Tag: switch-to-templates~61 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;ds=sidebyside;h=d712994b08af4e71e52930ddf1081f1e13384573;p=deb%2Fpackages.git Add a link to the source at the top --- diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index c9940a1..b426ce0 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -153,6 +153,10 @@ sub do_show { _g( "All packages in this section" ), "$ROOT/$suite/$subsection/", $subsection ], + [ _g( "Source:" ), + _g( "Source package building this package" ), + "$ROOT/$suite/source/".$page->get_src('package'), + $page->get_src('package') ], ); my $v_str = $version;