X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tx;h=73de0cd168cb57e9a30feb5f140aa9baf177568d;hb=0ce9751d4f117f3bfe4d713cd24a4ae820ab625d;hp=53f5a212055c1f2d9fac65d2b2c83dc9e5562dd1;hpb=aecc895fbd747fc343fca9ced160f4460d5ba942;p=debbugs.git diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 53f5a21..73de0cd 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -40,7 +40,7 @@
- + <:- if $bug.is_owned { -:> <:- } :> @@ -70,12 +70,12 @@ <:- } -:> <:- 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 { -:>
Reported by<: $bug.submitter.name :>
Date<: $bug.created.stringify :>
Date<: $bug.created.iso8601 :>
Owned by<: $bug.owner.name :>
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 :>