summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/flagmail.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:26:27 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:26:27 +0200
commitcb8ec961ded401de227b023a7ff813330d0f3a08 (patch)
tree09bba5f1b4694f996409ce731bc83e5ee4b4f1de /template/en/default/email/flagmail.html.tmpl
parentd1c18ff2567cdaf9969fe719e30e3823e0fae738 (diff)
downloadbugzilla-cb8ec961ded401de227b023a7ff813330d0f3a08.tar.gz
bugzilla-cb8ec961ded401de227b023a7ff813330d0f3a08.tar.xz
Bug 1143864: Replace |FILTER bug_link| in loops by direct calls to bug/link.html.tmpl to improve performance
r=dkl a=sgreen
Diffstat (limited to 'template/en/default/email/flagmail.html.tmpl')
-rw-r--r--template/en/default/email/flagmail.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/flagmail.html.tmpl b/template/en/default/email/flagmail.html.tmpl
index d0b61fbbc..1c8fc0731 100644
--- a/template/en/default/email/flagmail.html.tmpl
+++ b/template/en/default/email/flagmail.html.tmpl
@@ -47,7 +47,7 @@
</p>
<p>
- [% "$terms.Bug $bug.bug_id" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]:
+ [% INCLUDE bug/link.html.tmpl bug = bug, link_text = "$terms.Bug $bug.id", full_url = 1, user = to_user %]:
[%= bug.short_desc FILTER html %]
</p>