X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tx;h=73de0cd168cb57e9a30feb5f140aa9baf177568d;hb=0ce9751d4f117f3bfe4d713cd24a4ae820ab625d;hp=1e66da97275e5a480c6ac871162970611b184736;hpb=e47d14541026445e8bf7cdb3f02acc0010d63120;p=debbugs.git diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 1e66da9..73de0cd 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.has_found { -:> - - + + <:- } -:> <:- if $bug.has_fixed { :> - + <:- } -:> <:- if $bug.has_found or $bug.has_fixed { -:> @@ -87,7 +87,7 @@ <:- } -:> <:- if $bug.is_done { -:> + <: $bug.done.name :> <:- } -:> <:- if not $bug.archived and $bug.when_archiveable >= 0 { -:> @@ -102,9 +102,9 @@ <:- } else if $bug.archived { -:> <:- } -:> - <:- if $bug.blockedby.count > 0 { :> + <:- if $bug.is_blocked { :>
Reported by<: $bug.submitter :>
Date<: $bug.created.stringify :>
Reported by<: $bug.submitter.name :>
Date<: $bug.created.iso8601 :>
Owned by<: $bug.owner :>
Owned by<: $bug.owner.name :>
Severity <: if $bug.strong_severity { -:> @@ -70,12 +70,12 @@
Found in version<: if $bug.found.count > 1 { :>s<: } :><:- $bug.found.join(', ') -:>
Found in version<: if $bug.status.found_count > 1 { :>s<: } :><:- $bug.status.found_join(', ') -:>
Fixed in version<: if $bug.fixed.count > 1 { :>s<: } :> - <:- $bug.fixed.join(', ') -:>
Fixed in version<: if $bug.status.fixed_count > 1 { :>s<: } :> + <:- $bug.status.fixed_join(', ') -:>
Done: - <: $bug.done :>
Archived
Fix blocked by - <: for $bug.blockedby -> $bug { :> + <: for $bug.blocked_by -> $bug { :> <: bug_url_subject($bug) :> <:- if ! $~bug.is_last { -:>, <: } else { -:>.<:- } -:> <:- } -:>