From 2d7bc3f322ee96a4a4e58c635ea67746bd28a810 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Jul 2010 18:53:46 -0500 Subject: Add note to package when version is in testing And the package has been flagged out of date. Should make people relax a bit. Signed-off-by: Dan McGee --- templates/packages/details.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/packages/details.html b/templates/packages/details.html index 3001709d..d81e745e 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -13,21 +13,21 @@
  • SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})
  • SVN Entries (trunk)
  • Bug Reports
  • -
  • {% if pkg.flag_date %} - This package has been flagged out-of-date - {% if user.is_authenticated %} -
        Click here to unflag - {% endif %} +
  • Package has been flagged out-of-date
  • + {% with pkg.in_testing as testingpkg %}{% if testingpkg %} +
  • Package has version in testing
  • + {% endif %}{% endwith %} + {% if user.is_authenticated %} +
  • Click here to unflag
  • + {% endif %} {% else %} - Flag Package Out-of-Date +
  • Flag Package Out-of-Date (?) + 'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)
  • {% endif %} -
  • Download From Mirror
  • -- cgit v1.2.3-55-g3dc8