From d462e5996786286a95286716e3c96bc40a2892a9 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 6 Jul 2009 00:28:03 +0200 Subject: [PATCH 1/1] homepage.tmpl: Make old_releases link optional For the benefit of the archive instances. (cherry picked from commit e57a5c62bd685641e0cf896e09e6d256cc572428, because committed and pushed in wrong branch) --- templates/html/homepage.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index aa17ea6..0f77b5c 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -31,7 +31,9 @@

[% g('There is also a list of packages recently added to %s.', all_suites.-1, all_suites.-1) %]

+[% IF old_releases %]

[% g('Old releases can be found at %s.', old_releases, old_releases) %]

+[% END %]

[% g('Search') %]

-- 2.39.2