From 0ac842d2f0b996a9bcf4524fdc02b4237281a891 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 4 Apr 2014 16:08:42 +0000 Subject: Bug 984505 - Link component and product to browse for other bugs in this category --- template/en/default/bug/field.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 1e80cf17a..e9eefd419 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -278,6 +278,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