From 2e4739171044ed04d9d12c9e781ba72e195da153 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 11 Jul 2005 06:41:12 +0000 Subject: Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages (editkeywords.cgi) - Patch by Tobias Sager r=vladd a=justdave --- template/en/default/admin/keywords/edit.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/keywords/edit.html.tmpl') diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl index 0c24aeca9..3809563c2 100755 --- a/template/en/default/admin/keywords/edit.html.tmpl +++ b/template/en/default/admin/keywords/edit.html.tmpl @@ -49,8 +49,9 @@ [% terms.Bugs %]: - [% IF bug_count %] - [% bug_count %] + [% IF bug_count > 0 %] + + [% bug_count %] [% ELSE %] none [% END %] -- cgit v1.2.3-24-g4f1b