X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport_pkginfo.tmpl;h=777928ed712adbe064ae74935d88022d52937d4a;hp=872aff44fc0913a75b4c0c0789a79fd2ef169c75;hb=1cda40c7b331de6c31df360b48ed28cbc7b4db5a;hpb=8e2bbc403d9ce64fcbf6c556f67ecd17dc7a67c9 diff --git a/templates/en_US/cgi/bugreport_pkginfo.tmpl b/templates/en_US/cgi/bugreport_pkginfo.tmpl index 872aff4..777928e 100644 --- a/templates/en_US/cgi/bugreport_pkginfo.tmpl +++ b/templates/en_US/cgi/bugreport_pkginfo.tmpl @@ -16,4 +16,16 @@ } $output; }

+{ my $output = ''; + if (keys %affects) { + $output .= q(

Affects: ). + join(q(, ), + package_links(package => [map {$_->{package}} grep {!$_->{is_source}} values %affects], + source => [map {$_->{source} } grep { $_->{is_source}} values %affects], + class => q(submitter), + ) + ).q(

); + } + $output; +}