From dc9486b05615630a5d6165d8a1bd256284c19268 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 4 Apr 2014 15:24:46 +0000 Subject: Bug 984505 - Link component and product to browse for other bugs in this category r=glob,a=justdave --- template/en/default/bug/field.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 88200fdfa..9e09e4b52 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -239,6 +239,12 @@ [% value.join(', ') FILTER html %] [% END %] [% END %] + +[% IF bug && field.name == 'component' %] + (show other [% terms.bugs %]) +[% END %] + [% Hook.process('end_field_column') %] [% '' IF NOT no_tds %] -- cgit v1.2.3-24-g4f1b