]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/short_bug_status.tmpl
pass through a binary-to-source cache
[debbugs.git] / templates / en_US / cgi / short_bug_status.tmpl
index 102d7fe66cc017dfa20d998ed11ab73306358cf2..821a4594d9cd4d217bc86105fbf34c9f433a98ea 100644 (file)
      $output .= qq(<abbr title="fixed versions">☺</abbr>);
   }
   if (@{$status{blockedby_array}}) {
-     $output .= qq(<abbr title="blocked by">â\94«</abbr>);
+     $output .= qq(<abbr title="blocked by">â\99\99</abbr>);
   }
   if (@{$status{blocks_array}}) {
-     $output .= qq(<abbr title="blocks">â\94£</abbr>);
+     $output .= qq(<abbr title="blocks">â\99\94</abbr>);
   }
   if (length($status{forwarded})) {
      $output .= qq(<abbr title="forwarded">↝</abbr>);
   if ($status{archived}) {
      $output .= qq(<abbr title="archived">♲</abbr>);
   }
+  if (length $status{affects}){
+     $output .= qq(<abbr title="affects">☣</abbr>);
+  }
   length($output)?$output:'&nbsp;&nbsp;';
   }</span></font>]
-  [{package_links(package=>$status{package},options=>\%options,class=>"submitter")}]
+  [{package_links(package=>[split /,/,$status{package}],options=>\%options,class=>"submitter")}]
   <a href="{html_escape(bug_links(bug=>$status{bug_num},links_only=>1))}">{html_escape($status{subject})}</a>
   <div id="extra_status_{html_escape($status{bug_num})}" class="shortbugstatusextra">
   <span>Reported by: {package_links(submitter=>$status{originator})};</span>
   <span>Date: {$status{date_text}};</span>
 { my $output = ''; 
   if (defined $status{owner} and length $status{owner}) {
-     $output = q(<span>Owned by: ).package_links(owner=>$status{owner}).q(;</span>);
+     $output = q(<span>Owned by: ).package_links(owner=>$status{owner}).qq(;</span>\n);
   }
   $output;
 }<span>Severity: {my $output = $status{severity};