summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-09-24 21:13:02 -0500
committerDan McGee <dan@archlinux.org>2012-09-24 21:13:02 -0500
commit05f309d7e57a66d9309abbf19b4328bad514b978 (patch)
treef7a934d04a911d88a6c3fa001eb872e50d36bb63 /templates
parent8bf9147f47341d6efcad20931255888f7186bb7b (diff)
downloadarchweb-05f309d7e57a66d9309abbf19b4328bad514b978.tar.gz
archweb-05f309d7e57a66d9309abbf19b4328bad514b978.zip
Add a new column to developer repo stats
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 488b6755..a07a4190 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -216,6 +216,7 @@
<th class="key">Repository</th>
<th># Packages</th>
<th># Flagged</th>
+ <th># Maintainers</th>
</tr>
</thead>
<tbody>
@@ -228,6 +229,8 @@
<td><a href="/packages/?repo={{ repo.name }}&amp;flagged=Flagged"
title="View all flagged packages in the {{ repo.name }} repository">
<strong>{{ repo.flagged_ct }}</strong> packages</a></td>
+ <td><strong>{{ repo.maintainer_ct }}</strong> maintainers</td>
+ </tr>
</tr>
{% endfor %}
</tbody>