summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/activity/show.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/activity/show.html.tmpl')
-rw-r--r--template/en/default/bug/activity/show.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl
index 387ba6d6c..d3ca1ac0b 100644
--- a/template/en/default/bug/activity/show.html.tmpl
+++ b/template/en/default/bug/activity/show.html.tmpl
@@ -26,7 +26,7 @@
# activity.html.tmpl template fulfilled.
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes made to bug $bug_id"
h1 = "Activity log"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
@@ -34,10 +34,10 @@
<br>
-[% INCLUDE show/activity.html.tmpl %]
+[% INCLUDE bug/activity/table.html.tmpl %]
<p>
<a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a>
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]