From c03b9c5f10b1695c4a099a578f19e09b33c6df10 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 31 Jul 2012 00:16:36 -0500 Subject: feeds: add all arches for repo feed If you wanted to see all updates regardless of architecture for [testing] before, there wasn't really a way to do so. Add one. Signed-off-by: Dan McGee --- templates/public/feeds.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/public/feeds.html') diff --git a/templates/public/feeds.html b/templates/public/feeds.html index b4214b1b..f5378afb 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -36,6 +36,7 @@ + All Arches {% for arch in arches %} {{ arch }} {% endfor %} @@ -44,6 +45,7 @@ All Repos + Feed {% for arch in arches %} Feed {% endfor %} @@ -51,6 +53,7 @@ {% for repo in repos %} {{ repo }} + Feed {% for arch in arches %} Feed {% endfor %} -- cgit v1.2.3-2-g168b