summaryrefslogtreecommitdiffstats
path: root/templates/devel/packages.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-05-15 18:25:17 +0200
committerDan McGee <dan@archlinux.org>2011-05-15 18:25:17 +0200
commitf04de80528da8e4eeba8fbbf9f720ba046a5bf11 (patch)
tree26c0b9551ab8bcf03e46d81a5b22e540acfe4978 /templates/devel/packages.html
parentd20b20bd8ac66ff8c05e4a6b40a72fc25419075a (diff)
downloadarchweb-f04de80528da8e4eeba8fbbf9f720ba046a5bf11.tar.gz
archweb-f04de80528da8e4eeba8fbbf9f720ba046a5bf11.tar.xz
Allow screening developer reports by maintainer
A simple link is added for each user, but the URLs are flexible enough to screen by any maintainer if you know how they are constructed. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/packages.html')
-rw-r--r--templates/devel/packages.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index e0988c0..051ee4a 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -5,8 +5,12 @@
{% block content %}
<div class="box">
- <h2>{{ title }}</h2>
- <p>{{ packages|length }} package{{ packages|pluralize }} found.</p>
+ <h2>{{ title }}{% if maintainer %},
+ maintained by {{ maintainer.get_full_name }}{% endif%}</h2>
+ <p>{{ packages|length }} package{{ packages|pluralize }} found.
+ {% if maintainer %}This report only includes packages maintained by
+ {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %}
+ </p>
<table class="results">
<thead>
<tr>