Skip to content

Commit 4ec61e8

Browse files
committed
fix: html templates reference missing issue.index macros
issue.index doesn't exsit in this tracker template. Use bug.index.
1 parent f2eadb3 commit 4ec61e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

share/roundup/templates/devel/html/file.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<td tal:content="file/creation">creation date</td>
2424
</tr>
2525

26-
<metal:block use-macro="templates/issue.index/macros/batch-footer" />
26+
<metal:block use-macro="templates/bug.index/macros/batch-footer" />
2727

2828
</table>
2929

share/roundup/templates/devel/html/msg.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</tr>
1919
</tal:block>
2020

21-
<metal:block use-macro="templates/issue.index/macros/batch-footer" />
21+
<metal:block use-macro="templates/bug.index/macros/batch-footer" />
2222

2323
</table>
2424
</td>

share/roundup/templates/devel/html/patch.index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<td tal:content="patch/creation">creation date</td>
2525
</tr>
2626

27-
<metal:block use-macro="templates/issue.index/macros/batch-footer" />
27+
<metal:block use-macro="templates/bug.index/macros/batch-footer" />
2828

2929
</table>
3030

@@ -57,7 +57,7 @@
5757
<td tal:content="patch/creation">creation date</td>
5858
</tr>
5959

60-
<metal:block use-macro="templates/issue.index/macros/batch-footer" />
60+
<metal:block use-macro="templates/bug.index/macros/batch-footer" />
6161

6262
</table>
6363

0 commit comments

Comments
 (0)