From: Frank Lichtenheld Date: Thu, 12 Apr 2007 23:47:38 +0000 (+0200) Subject: search_contents.tmpl: Don't offer a link to the search with the same suite X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=fbaec1642d4253bb594546c6f8a3204e093c1443 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. --- 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 %]