diff options
author | mkanat%bugzilla.org <> | 2009-09-07 00:45:51 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-09-07 00:45:51 +0200 |
commit | 841b5d3961f31277c424a4432fc51f0ac4bf093f (patch) | |
tree | bd54b8b6bf308f7f33840d6a06d668ea722a16ef /template/en/default/reports | |
parent | 283d5785c782e3a79eb371cd6a223d19205bd175 (diff) | |
download | bugzilla-841b5d3961f31277c424a4432fc51f0ac4bf093f.tar.gz bugzilla-841b5d3961f31277c424a4432fc51f0ac4bf093f.tar.xz |
Bug 176002: Move duplicate statistics into the db
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 5dbef2144..f651a7fd4 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -61,9 +61,6 @@ { name => "short_desc", description => "Summary" } ] %] - [%# Small hack to keep delta column out if we don't need it %] - [% NEXT IF column.name == "delta" AND NOT dobefore %] - <th> [% bug_ids_string = bug_ids.join(',') %] <a href="duplicates.cgi?sortby=[% column.name %] @@ -127,9 +124,7 @@ </center> </td> - [% IF dobefore %] - <td><center>[% bug.delta %]</center></td> - [% END %] + <td><center>[% bug.delta %]</center></td> <td>[% bug.component FILTER html %]</td> <td><center>[% bug.bug_severity FILTER html %]</center></td> |