Indefero

Indefero Commit Details


Date:2012-04-13 05:14:47 (12 years 8 months ago)
Author:Simon Holywell
Branch:develop
Commit:60cdd2224ff6d075b8b5e430df762e57a84f982a
Parents: e7643e97e412bebd7d659a3423b221c81269c294
Message:Issue #9 No display of due date for anonymous users

Changes:

File differences

src/IDF/templates/idf/issues/view.html
199199
200200
201201
202
203
204
202205
203206
204207
<strong>{trans 'Owner:'}</strong> {showuser $issue.get_owner(), $request}
</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()}
<p>
<strong>{trans 'Labels:'}</strong><br />

Archive Download the corresponding diff file

Page rendered in 0.08581s using 14 queries.