From ce564d73a6758e6ce8e15f39e47ea67910274a7d Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 22 Mar 2008 21:01:16 -0700 Subject: Added the ability to see flagged packages only, per use or repo --- templates/devel/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/devel/index.html b/templates/devel/index.html index 3a09b522..91055376 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -30,11 +30,11 @@

Stats by Architecture

# Packages # Flagged - {% for arch in archs %} + {% for arch in arches %} - {{ arch.name }} - {{ arch.count }} packages - {{ arch.flagged }} packages + {{ arch.name }} + {{ arch.count }} packages + {{ arch.flagged }} packages {% endfor %} @@ -50,9 +50,9 @@

Stats by Repository

{% for repo in repos %} - {{ repo.name }} - {{ repo.count }} packages - {{ repo.flagged }} packages + {{ repo.name }} + {{ repo.count }} packages + {{ repo.flagged }} packages {% endfor %} @@ -69,9 +69,9 @@

Stats by Maintainer

{% for maint in stats %} - {{ maint.0.get_full_name }} - {{ maint.1 }} packages - {{ maint.2 }} packages + {{ maint.0.get_full_name }} + {{ maint.1 }} packages + {{ maint.2 }} packages {% endfor %} -- cgit v1.2.3-54-g00ecf