From 2770c60951c7c611412c8bdc1442977621ed0aac Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 19 Jun 2009 09:37:37 -0700 Subject: [PATCH] add biohazard symbol for affects and pawn and king for blocked by and blocks --- templates/en_US/cgi/short_bug_status.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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")}] -- 2.39.5