From: Don Armstrong Date: Fri, 19 Jun 2009 16:37:37 +0000 (-0700) Subject: add biohazard symbol for affects and pawn and king for blocked by and blocks X-Git-Tag: release/2.6.0~461^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2770c60951c7c611412c8bdc1442977621ed0aac;p=debbugs.git add biohazard symbol for affects and pawn and king for blocked by and blocks --- diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index d61a201c..685d93f8 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -25,10 +25,10 @@ $output .= qq(☺); } if (@{$status{blockedby_array}}) { - $output .= qq(┫); + $output .= qq(♙); } if (@{$status{blocks_array}}) { - $output .= qq(┣); + $output .= qq(♔); } if (length($status{forwarded})) { $output .= qq(↝); @@ -36,6 +36,9 @@ if ($status{archived}) { $output .= qq(♲); } + if (length $status{affects}){ + $output .= qq(☣); + } length($output)?$output:'  '; }] [{package_links(package=>[split /,/,$status{package}],options=>\%options,class=>"submitter")}]