From 18156a182c935249772f7939695a68b32e403ac0 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 8 Mar 2008 17:45:04 -0800 Subject: Fix for package counts by arch --- templates/devel/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/devel') diff --git a/templates/devel/index.html b/templates/devel/index.html index 091fcb9..3a09b52 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -33,8 +33,8 @@ {% for arch in archs %} {{ arch.name }} - {{ repo.count }} packages - {{ repo.flagged }} packages + {{ arch.count }} packages + {{ arch.flagged }} packages {% endfor %} -- cgit v1.2.3-24-g4f1b