From cb8ec961ded401de227b023a7ff813330d0f3a08 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 5 Apr 2015 21:26:27 +0200 Subject: Bug 1143864: Replace |FILTER bug_link| in loops by direct calls to bug/link.html.tmpl to improve performance r=dkl a=sgreen --- template/en/default/bug/link.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/bug/link.html.tmpl') diff --git a/template/en/default/bug/link.html.tmpl b/template/en/default/bug/link.html.tmpl index b63093302..f1e8d041a 100644 --- a/template/en/default/bug/link.html.tmpl +++ b/template/en/default/bug/link.html.tmpl @@ -8,6 +8,8 @@ [%# INTERFACE: # bug: a Bugzilla::Bug object + # user: the Bugzilla::User object to which this template is addressed. + # If not set, the currently logged in user object is used. # link_text: the text that we're highlighting. # use_alias: boolean; If true, we display the bug's alias as the link # text instead of link_text. -- cgit v1.2.3-24-g4f1b