Commit 5af900f5 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_)…

Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
parent 34d68e23
......@@ -100,7 +100,6 @@
'reports/duplicates-table.html.tmpl' => [
'column.name',
'column.description',
'bug.id',
'bug.count',
'bug.delta',
],
......
......@@ -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>
......
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