From fbaec1642d4253bb594546c6f8a3204e093c1443 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 13 Apr 2007 01:47:38 +0200 Subject: [PATCH] search_contents.tmpl: Don't offer a link to the search with the same suite Since that is essentially a link to the page the user is looking at. --- templates/html/search_contents.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/html/search_contents.tmpl b/templates/html/search_contents.tmpl index ed369e5..77836fe 100644 --- a/templates/html/search_contents.tmpl +++ b/templates/html/search_contents.tmpl @@ -44,7 +44,11 @@

Search in other suite: [% FOREACH s IN all_suites %] -[[% s %]] + [% IF s != suite %] + [[% s %]] + [% ELSE %] + [[% s %]] + [% END %] [% END %] [% UNLESS search_architectures.size == 1 || all_architectures.size == 1 %] -- 2.39.2