X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport_buginfo.tx;h=62f31289f0e8bc2159beae65c9ba0212a782b0fb;hb=95f9fb400fc78d18257221e5671f25878de3178f;hp=f7d60513a7e31874622f24c3b8457c12f00828b8;hpb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;p=debbugs.git diff --git a/templates/en_US/cgi/bugreport_buginfo.tx b/templates/en_US/cgi/bugreport_buginfo.tx index f7d6051..62f3128 100644 --- a/templates/en_US/cgi/bugreport_buginfo.tx +++ b/templates/en_US/cgi/bugreport_buginfo.tx @@ -48,8 +48,8 @@ : if $bug.blocked_by.count {
  • Fix blocked by - : for $bug.blockedby_array -> $bug { - <: bug_links("bug",$bug.bug_num) :>: <: $bug.subject -:> + : for $bug.blocked_by.members_ref -> $bug { + <: $bug.subject -:> <:- if !$~bug.is_last { :>, <: } else { :>.<: } :> : } @@ -58,9 +58,9 @@ : if $bug.blocks.count {
  • Blocking fix for $bug { - <: bug_links("bug",$bug.bug_num) :>: <: $bug.subject -:> - <:- if ! $~bug.is_last { :>, <: } else { :>.<: } :> + : for $bug.blocks.members_ref -> $bug { + <: $bug.subject -:> + <:- if ! $~bug.is_last { :>, <: } else { :>.<: } :> : }