summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-multiple.html.tmpl
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-08-27 00:34:30 +0200
committerSimon Green <sgreen@redhat.com>2013-08-27 00:34:30 +0200
commit7cc0c53c360dde719ecad8139ab0fe7c2a65a640 (patch)
tree117f7a25033b54631cab2e5deb0585435b32462c /template/en/default/bug/show-multiple.html.tmpl
parent0b1ea79edf45677d41c2cc8f2c71426a3a5fb097 (diff)
downloadbugzilla-7cc0c53c360dde719ecad8139ab0fe7c2a65a640.tar.gz
bugzilla-7cc0c53c360dde719ecad8139ab0fe7c2a65a640.tar.xz
Bug 903337 - Do not display the CC list and the "Remove selected CCs" checkbox if the CC list is empty
r=simon, a=glob
Diffstat (limited to 'template/en/default/bug/show-multiple.html.tmpl')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]