diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-04 18:08:42 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-04 18:08:42 +0200 |
commit | 0ac842d2f0b996a9bcf4524fdc02b4237281a891 (patch) | |
tree | 2a9341adb12ca838b6aa4b6780a0a6b1bd6c0487 /template/en/default/bug | |
parent | 215d8de3a8056f9829213ae79eee585105b1bb9b (diff) | |
download | bugzilla-0ac842d2f0b996a9bcf4524fdc02b4237281a891.tar.gz bugzilla-0ac842d2f0b996a9bcf4524fdc02b4237281a891.tar.xz |
Bug 984505 - Link component and product to browse for other bugs in this category
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/field.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
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' %] + (<a href="buglist.cgi?component=[% bug.component FILTER uri %]&product=[% bug.product FILTER uri %]&bug_status=__open__" + target="_blank">show other [% terms.bugs %]</a>) +[% END %] + [% Hook.process('end_field_column') %] [% '</td>' IF NOT no_tds %] |