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 @@ ...@@ -100,7 +100,6 @@
'reports/duplicates-table.html.tmpl' => [ 'reports/duplicates-table.html.tmpl' => [
'column.name', 'column.name',
'column.description', 'column.description',
'bug.id',
'bug.count', 'bug.count',
'bug.delta', 'bug.delta',
], ],
......
...@@ -118,8 +118,7 @@ ...@@ -118,8 +118,7 @@
<tr [% "class='resolved'" IF bug.resolution != "" %]> <tr [% "class='resolved'" IF bug.resolution != "" %]>
<td> <td>
<center> <center>
[% isclosed = bug.resolution != "" %] [% bug.id FILTER bug_link(bug.id) FILTER none %]
<a href="show_bug.cgi?id=[% bug.id %]">[% bug.id FILTER closed(isclosed) %]</a>
</center> </center>
</td> </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