Skip to content

Commit 809b9d3

Browse files
author
Richard Jones
committed
hide created/creator/activity on neew items
1 parent bc1be94 commit 809b9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/templates/classic/html/issue.item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</tr>
6262
</table>
6363

64-
<span tal:content="structure string:Created on <b>${issue/creation}</b> by <b>${issue/creator/username}</b>, last changed <b>${issue/activity}</b>.">activity info</span>
64+
<span tal:condition="exists:item" tal:content="structure string:Created on <b>${issue/creation}</b> by <b>${issue/creator/username}</b>, last changed <b>${issue/activity}</b>.">activity info</span>
6565

6666
<tal:block tal:condition="exists:item">
6767
<table class="messages" tal:condition="issue/messages">

0 commit comments

Comments
 (0)