Commit dc9486b0 authored by David Lawrence's avatar David Lawrence

Bug 984505 - Link component and product to browse for other bugs in this category

r=glob,a=justdave
parent 45381096
......@@ -239,6 +239,12 @@
[% value.join(', ') FILTER html %]
[% END %]
[% END %]
[% IF bug && field.name == 'component' %]
(<a href="buglist.cgi?component=[% bug.component FILTER uri %]&amp;product=[% bug.product FILTER uri %]&amp;bug_status=__open__"
target="_blank">show other [% terms.bugs %]</a>)
[% END %]
[% Hook.process('end_field_column') %]
[% '</td>' IF NOT no_tds %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment