X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport_buginfo.tmpl;h=9b6c4fd93ba23923e31e850643e74d3140a39961;hb=032d7b12d982e192228b968e25e2f362bec1fa2f;hp=2e9b1825b7b68410a1f78818756c982735b6a1f1;hpb=74b3b2c7c47504bbf27f8aa12ad5ee6baa929655;p=debbugs.git diff --git a/templates/en_US/cgi/bugreport_buginfo.tmpl b/templates/en_US/cgi/bugreport_buginfo.tmpl index 2e9b182..9b6c4fd 100644 --- a/templates/en_US/cgi/bugreport_buginfo.tmpl +++ b/templates/en_US/cgi/bugreport_buginfo.tmpl @@ -59,9 +59,21 @@ $output .= q(

Bug is archived. No further changes may be made.

) } $output +}{ my $output = ''; + if (length($status{forwarded})) { + $output = "

Forwarded to " . + join(', ', + map {maybelink($_)} + split /\,\s+/,$status{forwarded} + )."

\n"; + } + $output; }{ my $output = ''; if (exists $status{summary} and defined $status{summary} and length $status{summary}) { $output .= q(

Summary: ).html_escape($status{summary}).q(

); } + if (exists $status{outlook} and defined $status{outlook} and length $status{outlook}) { + $output .= q(

Outlook: ).html_escape($status{outlook}).q(

); + } $output; }