From 8bc92049518f57d645b1e3290667c21d502d0d56 Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Thu, 20 Sep 2012 20:21:04 +0200 Subject: Bug 450546: Use visible_bugs() where appropriate instead of/in combination with can_see_bug() to improve performance r/a=LpSolit --- template/en/default/list/list.html.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 1c5c22810..3be607a38 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -191,9 +191,8 @@ [% IF bugs.size > 0 %]
- [% FOREACH id = buglist %] - - [% END %] + [% id = buglist.join(",") %] +
-- cgit v1.2.3-24-g4f1b