Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.
git-svn-id: svn://10.0.0.236/trunk@119431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user