X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tx;h=9ce3f5ae394211073b3e36d8e65936d1b32d3f81;hb=5ba8dabde985fb8840241bc5f015a10b18c30cc0;hp=53f5a212055c1f2d9fac65d2b2c83dc9e5562dd1;hpb=27e2cc7d44b6faa7ecbf111c38cef248ccaebb7d;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..9ce3f5a 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -70,12 +70,12 @@ <:- } -:> <:- if $bug.has_found { -:> - 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(', ') -:> <:- } -:> <:- if $bug.has_fixed { :> - 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(', ') -:> <:- } -:> <:- if $bug.has_found or $bug.has_fixed { -:> @@ -87,7 +87,7 @@ <:- } -:> <:- if $bug.is_done { -:> Done: - <: $bug.done :> + <: $bug.done.name :> <:- } -:> <:- if not $bug.archived and $bug.when_archiveable >= 0 { -:>