summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-25 06:07:20 +0100
committerByron Jones <glob@mozilla.com>2015-03-25 06:07:37 +0100
commit03a2eace7ee39b378e1cc308b51b93f34a2e0ede (patch)
tree1df0e1de59331dd1c3abd0de75f0c47fa56bd1e0 /template/en/default/attachment
parent4dbea14802e08bce7b62f45055a6fa8fdf3d92e1 (diff)
downloadbugzilla-03a2eace7ee39b378e1cc308b51b93f34a2e0ede.tar.gz
bugzilla-03a2eace7ee39b378e1cc308b51b93f34a2e0ede.tar.xz
Bug 1146886: after publishing a review with splinter, the 'edit' mode doesn't work
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/created.html.tmpl2
-rw-r--r--template/en/default/attachment/updated.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index 92bd745a2..afcda99e6 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -45,7 +45,7 @@
to [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] created
</dt>
<dd>
- [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
+ [% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
[% IF convertedbmp %]
<p>
<b>Note:</b> [% terms.Bugzilla %] automatically converted your BMP image file to a
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index 5b37231bd..494e4523d 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -43,7 +43,7 @@
of [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] submitted
</dt>
<dd>
- [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
+ [% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
[%# Links to more information about the changed bug. %]
[% Hook.process("links") %]
</dd>