summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/edit.html.tmpl
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-10-01 12:55:57 +0200
committerSimon Green <sgreen@redhat.com>2014-10-01 12:55:57 +0200
commita9efeb7460d263ed929947f9ca380a9616584f91 (patch)
tree698121260cf49d2cc527f929121597a00d0f806e /template/en/default/admin/products/edit.html.tmpl
parent0ff4174b5ea7f839562f5109defab1c2ac92e735 (diff)
downloadbugzilla-a9efeb7460d263ed929947f9ca380a9616584f91.tar.gz
bugzilla-a9efeb7460d263ed929947f9ca380a9616584f91.tar.xz
Bug 1069760 - Cannot use 'component' in a template
r=gerv, a=justdave
Diffstat (limited to 'template/en/default/admin/products/edit.html.tmpl')
-rw-r--r--template/en/default/admin/products/edit.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 21689d9a7..8e1f5d87b 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -42,11 +42,11 @@
</th>
<td>
[% IF product.components.size -%]
- [% FOREACH component = product.components %]
+ [% FOREACH comp = product.components %]
<a href="editcomponents.cgi?action=edit&product=
[%- product.name FILTER uri %]&component=
- [%- component.name FILTER uri %]">[% component.name FILTER html %]</a>:
- [% component.description FILTER html_light %]
+ [%- comp.name FILTER uri %]">[% comp.name FILTER html %]</a>:
+ [% comp.description FILTER html_light %]
<br>
[% END %]
[% ELSE %]