From 8e1b9a8424eb96df27f13ef61846f884e113a431 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 4 Aug 2010 07:05:39 -0500 Subject: Add more information to "package in testing" text Make it a link to the testing package itself, and add a title so we have these attributes on every link. Signed-off-by: Dan McGee --- templates/packages/details.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/packages/details.html b/templates/packages/details.html index 3590f3c..932b1a2 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -16,8 +16,11 @@
  • Bug Reports
  • {% if pkg.flag_date %}
  • Package has been flagged out-of-date
  • - {% with pkg.in_testing as testingpkg %}{% if testingpkg %} -
  • Package has version in testing
  • + {% with pkg.in_testing as tp %}{% if tp %} +
  • Version + {{ tp.pkgver }}-{{ tp.pkgrel }} + in testing
  • {% endif %}{% endwith %} {% if user.is_authenticated %}
  • Click here to unflag
  • -- cgit v1.2.3-24-g4f1b