Issue #9 No display of due date for anonymous users
This commit is contained in:
parent
e7643e97e4
commit
60cdd2224f
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user