diff options
author | lpsolit%gmail.com <> | 2006-09-10 22:33:02 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-10 22:33:02 +0200 |
commit | 5af900f573eec2bc561fec23092dfe8419342a50 (patch) | |
tree | 61db82bb786927c05fb7f9cbde5d5435ac8c2f00 /template/en/default/reports | |
parent | 34d68e23130f60059608da152f81e98e02d6089b (diff) | |
download | bugzilla-5af900f573eec2bc561fec23092dfe8419342a50.tar.gz bugzilla-5af900f573eec2bc561fec23092dfe8419342a50.tar.xz |
Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 80a85ff3c..eb7eec1cf 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -118,8 +118,7 @@ <tr [% "class='resolved'" IF bug.resolution != "" %]> <td> <center> - [% isclosed = bug.resolution != "" %] - <a href="show_bug.cgi?id=[% bug.id %]">[% bug.id FILTER closed(isclosed) %]</a> + [% bug.id FILTER bug_link(bug.id) FILTER none %] </center> </td> |