X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport.tmpl;h=b4ec4169cc9f7cd8d9ac160561d22d20cbaf2d2b;hp=18bc5fdb77e2fe92a071bf27aec9e5bb8ecbd934;hb=6321024b3c612ef7626eef85499a34ee35f7372c;hpb=20055761efef4215fc55c7708d5240bedeaacc44 diff --git a/templates/en_US/cgi/bugreport.tmpl b/templates/en_US/cgi/bugreport.tmpl index 18bc5fd..b4ec416 100644 --- a/templates/en_US/cgi/bugreport.tmpl +++ b/templates/en_US/cgi/bugreport.tmpl @@ -17,19 +17,21 @@ function toggle_infmessages()

{html_escape($config{project})} {html_escape($config{bug})} report logs - -#{$bug_num}
+#{$bug_num}
{html_escape($status{subject})}

{$version_graph}
{include(q(cgi/bugreport_pkginfo))} {include(q(cgi/bugreport_buginfo))} { my $output = ''; if (looks_like_number($msg)) { - $output .= sprintf qq(

Full log

),html_escape(bug_links(bug=>$ref,links_only=>1)); + $output .= sprintf qq(

Full log

),html_escape(bug_links(bug=>$bug_num,links_only=>1)); } else { - $output .= qq(

Reply ). - qq(or subscribe ). + if (not $status{archived}) { + $output .= qq(

Reply ). + qq(or subscribe ). qq(to this bug.

\n); + } $output .= qq(

Toggle useless messages

); $output .= sprintf qq(

View this report as an mbox folder, ). qq(status mbox, maintainer mbox

\n), @@ -41,7 +43,7 @@ function toggle_infmessages() } {$log}
-

Send a report that this bug log contains spam.

+

Send a report that this bug log contains spam.


{include(q(html/html_tail))}