diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:29:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:29:15 -0300 |
commit | 01704e43379f7b7c9b6b248990ff7bee37ab4cdf (patch) | |
tree | 4e93715c275150a77a4ad5f5d719f9a7553fce58 /templates/devel/index.html | |
parent | 5897fba6d3242cc7188d05f8f3be7362a8383761 (diff) | |
parent | 7c663a77b187e4592ce112da4bd1588a4ac066bc (diff) |
Merge branch 'master' of git://projects.archlinux.org/archweb
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 5913cdde..7b728a91 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -100,13 +100,21 @@ <h3>Developer Reports</h3> <ul> - <li><a href="reports/big/">Big</a>: All packages with compressed size > 50 MiB</li> - <li><a href="reports/old/">Old</a>: Packages last built more than two years ago</li> - <li><a href="reports/uncompressed-man/">Uncompressed Manpages</a>: Self-explanatory</li> - <li><a href="reports/uncompressed-info/">Uncompressed Info Pages</a>: Self-explanatory</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> + <li><a href="reports/big/">Big</a>: + All packages with compressed size > 50 MiB + (<a href="reports/big/{{ user.username }}/">yours only</a>)</li> + <li><a href="reports/old/">Old</a>: + Packages last built more than two years ago + (<a href="reports/old/{{ user.username }}/">yours only</a>)</li> + <li><a href="reports/uncompressed-man/">Uncompressed Manpages</a>: + Self-explanatory + (<a href="reports/uncompressed-man/{{ user.username }}/">yours only</a>)</li> + <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/unneeded-orphans/">Unneeded Orphans</a>: + Packages that have no maintainer and are not required by any other + package in any repository</li> </ul> </div><!-- #dev-dashboard --> |