summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/duplicates-table.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/duplicates-table.html.tmpl')
-rw-r--r--template/en/default/reports/duplicates-table.html.tmpl3
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>