diff options
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 7b728a91..99973f1b 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -106,6 +106,9 @@ <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/long-out-of-date/">Long Out-of-date</a>: + Packages marked out-of-date more than 90 days ago + (<a href="reports/long-out-of-date/{{ 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> @@ -184,6 +187,10 @@ <h2>Stats by Maintainer</h2> + {% if perms.main.change_package %} + <p><a href="/packages/stale_relations/">Look for stale relations</a></p> + {% endif %} + <table id="stats-by-maintainer" class="results dash-stats"> <thead> <tr> |