summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/updated.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/updated.html.tmpl')
-rw-r--r--template/en/default/attachment/updated.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index e0a92bc8a..b75dc7242 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -29,6 +29,7 @@
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
+ "bz_product_$bug.product",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
]