summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-11 17:13:25 -0600
committerDan McGee <dan@archlinux.org>2011-03-14 08:32:54 -0500
commitad2a9ac23af0d4610e079741070c4408a4c6ce16 (patch)
tree299525d28b35ee2dc6d902b626514519c8ef45cd /templates
parentc4a335d5da78ca4558cea8500ae78db9e3be74ff (diff)
downloadarchweb-ad2a9ac23af0d4610e079741070c4408a4c6ce16.tar.gz
archweb-ad2a9ac23af0d4610e079741070c4408a4c6ce16.zip
Show orphan package counts in maintainer dashboard table
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 08ca249a..fb4ed4ab 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -166,6 +166,15 @@
<th># Packages</th>
<th># Flagged</th>
</tr>
+ <tr class="even">
+ <td><em>Orphan</em></td>
+ <td><a href="/packages/?maintainer=orphan"
+ title="View all orphan packages">
+ <strong>{{ orphan.package_count }}</strong> packages</a></td>
+ <td><a href="/packages/?maintainer=orphan&amp;flagged=Flagged"
+ title="View all flagged orphan packages">
+ <strong>{{ orphan.flagged_count }}</strong> packages</a></td>
+ </tr>
</thead>
<tbody>
{% for maint in maintainers %}