diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index eb73ac2d..2a0058d3 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -187,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> |