summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/hook
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter/template/en/default/hook')
-rw-r--r--extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl2
-rw-r--r--extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl b/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl
index cd2db2770..ee793b192 100644
--- a/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl
+++ b/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl
@@ -21,5 +21,5 @@
[% IF attachment.ispatch %]
  |
- <a href="[% Bugzilla.splinter_review_url(bug.id, attachment.id) FILTER none %]">Review</a>
+ <a href="[% Bugzilla.splinter_review_url(bugid, attachment.id) FILTER none %]">Review</a>
[% END %]
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 c9717fbd6..3a02c843a 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
@@ -2,6 +2,6 @@
[% IF flag && flag.status == '?' && flag.type.name == 'review' && attachment && attachment.ispatch %]
Review
-[%+ Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]
+[%+ Bugzilla.splinter_review_url(bug.bug_id, attachment.id) FILTER none %]
[%- END %]