summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl')
-rw-r--r--extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
index 320d20a82..c9717fbd6 100644
--- a/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
+++ b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
@@ -1,6 +1,7 @@
+[% USE Bugzilla %]
[% IF flag && flag.status == '?' && flag.type.name == 'review' && attachment && attachment.ispatch %]
-Splinter Review
-[%+ urlbase FILTER none %][% Param('splinter_base') %]&bug=[% bug.bug_id FILTER uri %]&attachment=[% attachment.id FILTER uri %]
+Review
+[%+ Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]
[%- END %]