From 7cc0c53c360dde719ecad8139ab0fe7c2a65a640 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 27 Aug 2013 08:34:30 +1000 Subject: Bug 903337 - Do not display the CC list and the "Remove selected CCs" checkbox if the CC list is empty r=simon, a=glob --- template/en/default/bug/show-multiple.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug/show-multiple.html.tmpl') diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index a20daedfa..e55a7cad4 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -76,7 +76,7 @@ [% rightcells.push('qa_contact') %] [% END %] [% rightcells.push('') %] - [% IF bug.cc %] + [% IF bug.cc.size %] [% rightcells.push('cc') %] [% END %] [% IF bug.keywords %] -- cgit v1.2.3-24-g4f1b