diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-14 18:35:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-14 18:35:26 -0500 |
commit | 037f67bb3c0b63239614ece9884b33c2d265b8ae (patch) | |
tree | 3ea08dfe8fadb2878db7d6836bbbda73c90afa4d /templates/devel/index.html | |
parent | 7b2c16014837c0b134a7b902a0d2cc8db77f92b8 (diff) |
Link to stale relations page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-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> |