diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-28 00:12:45 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-28 00:12:45 -0500 |
commit | d3f1763efefef9ff5095a49b075b27b38df83d16 (patch) | |
tree | 4a5c09bca9a219187bd9fc79bdee42f85281696b /templates/devel | |
parent | f913bbcab4dc458d1566778a094bdd337cb91841 (diff) |
Add a bad compression ratio report
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index f9ca2135..1689319b 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -115,6 +115,9 @@ <li><a href="reports/uncompressed-info/">Uncompressed Info Pages</a>: Self-explanatory (<a href="reports/uncompressed-info/{{ user.username }}/">yours only</a>)</li> + <li><a href="reports/badcompression/">Bad Compression</a>: + Packages with a compression ratio of less than 10% + (<a href="reports/badcompression/{{ user.username }}/">yours only</a>)</li> <li><a href="reports/unneeded-orphans/">Unneeded Orphans</a>: Packages that have no maintainer and are not required by any other package in any repository</li> |