From 4dc8fc6b31aeb1ee357be87d900abdec0bc0ddf7 Mon Sep 17 00:00:00 2001 From: byron jones Date: Mon, 5 Mar 2018 11:51:47 +0800 Subject: Bug 1433573 - Display the short URL link even for queries without any results --- template/en/default/list/list.html.tmpl | 34 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'template') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 724802e3d..c17512c79 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -208,20 +208,22 @@   - - - [%# Links to more things users can do with this bug list. %] - [% Hook.process("links") %] - - CSV | - Feed | - iCalendar + [% END %] + + + [%# Links to more things users can do with this bug list. %] + [% Hook.process("links") %] + CSV | + Feed | + iCalendar + + [% IF bugs.size > 0 %]
Change Several [% terms.Bugs %] at Once [% END %] - - [% END %] - + [% END %] + + Edit Search -- cgit v1.2.3-24-g4f1b