From: Don Armstrong Date: Tue, 28 May 2019 00:14:29 +0000 (-0700) Subject: fix short bug status to use is_blocked and correspondent name X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=aecc895fbd747fc343fca9ced160f4460d5ba942 fix short bug status to use is_blocked and correspondent name --- diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 1e66da9..53f5a21 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -39,10 +39,10 @@ <: $bug.subject :>
- + <:- if $bug.is_owned { -:> - + <:- } :> <:- } -:> - <:- if $bug.blockedby.count > 0 { :> + <:- if $bug.is_blocked { :>
Reported by<: $bug.submitter :>
Reported by<: $bug.submitter.name :>
Date<: $bug.created.stringify :>
Owned by<: $bug.owner :>
Owned by<: $bug.owner.name :>
Severity <: if $bug.strong_severity { -:> @@ -102,9 +102,9 @@ <:- } else if $bug.archived { -:>
Archived
Fix blocked by - <: for $bug.blockedby -> $bug { :> + <: for $bug.blocked_by -> $bug { :> <: bug_url_subject($bug) :> <:- if ! $~bug.is_last { -:>, <: } else { -:>.<:- } -:> <:- } -:>