Issue #9 No display of due date for anonymous users

This commit is contained in:
Simon Holywell 2012-04-13 11:14:47 +01:00
parent e7643e97e4
commit 60cdd2224f

View File

@ -199,6 +199,9 @@
<strong>{trans 'Owner:'}</strong> {showuser $issue.get_owner(), $request} <strong>{trans 'Owner:'}</strong> {showuser $issue.get_owner(), $request}
</p>{/if} </p>{/if}
{if $interested > 0}<p><strong>{trans 'Followed by:'}</strong> {blocktrans $interested}{$interested} person{plural}{$interested} persons{/blocktrans}</p>{/if} {if $interested > 0}<p><strong>{trans 'Followed by:'}</strong> {blocktrans $interested}{$interested} person{plural}{$interested} persons{/blocktrans}</p>{/if}
{if $issue.due_dtime}
<p><strong>{trans 'Due Date:'}</strong> {$issue.due_dtime|date}</p>
{/if}
{assign $tags = $issue.get_tags_list()}{if $tags.count()} {assign $tags = $issue.get_tags_list()}{if $tags.count()}
<p> <p>
<strong>{trans 'Labels:'}</strong><br /> <strong>{trans 'Labels:'}</strong><br />