summaryrefslogtreecommitdiffstats
path: root/templates/devel/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-12 00:13:25 +0100
committerDan McGee <dan@archlinux.org>2011-03-14 14:32:54 +0100
commitad2a9ac23af0d4610e079741070c4408a4c6ce16 (patch)
tree299525d28b35ee2dc6d902b626514519c8ef45cd /templates/devel/index.html
parentc4a335d5da78ca4558cea8500ae78db9e3be74ff (diff)
downloadarchweb-ad2a9ac23af0d4610e079741070c4408a4c6ce16.tar.gz
archweb-ad2a9ac23af0d4610e079741070c4408a4c6ce16.tar.xz
Show orphan package counts in maintainer dashboard table
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-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 08ca249..fb4ed4a 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 %}