From d7d01e3c592a68226edc7dfd435913b0f0781ddd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 6 Feb 2012 23:43:39 -0600 Subject: Add testing version column to dashboard flagged packages table As requested in FS#28298. Signed-off-by: Dan McGee --- templates/devel/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/devel/index.html b/templates/devel/index.html index 530986ae..04fc5e5a 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -16,6 +16,7 @@ Name Version + Testing Version Repo Arch Flagged @@ -27,6 +28,10 @@ {% pkg_details_link pkg %} {{ pkg.full_version }} + {% with pkg.in_testing as tp %}{% if tp %} + {{ tp.full_version }} + {% endif %}{% endwith %} {{ pkg.repo.name }} {{ pkg.arch.name }} {{ pkg.flag_date|date }} -- cgit v1.2.3