diff --git a/src/IDF/templates/idf/issues/view.html b/src/IDF/templates/idf/issues/view.html index ad56d05..8280376 100644 --- a/src/IDF/templates/idf/issues/view.html +++ b/src/IDF/templates/idf/issues/view.html @@ -4,7 +4,7 @@ {assign $i = 0} {assign $nc = $comments.count()} {foreach $comments as $c} -
{assign $who = $c.get_submitter()}{aurl 'whourl', 'IDF_Views_User::view', array($who.login)} +
{assign $who = $c.get_submitter()}{aurl 'whourl', 'IDF_Views_User::view', array($who.login)} {if $i == 0}

{blocktrans}Reported by {$who}, {$c.creation_dtime|date}{/blocktrans}

{else} @@ -14,6 +14,7 @@

{blocktrans}Comment {$i} by {$who}, {$c.creation_dtime|date}{/blocktrans}

{/if} +
{if strlen($c.content) > 0}{issuetext $c.content, $request}{else}{trans '(No comments were given for this change.)'}{/if}
{assign $attachments = $c.get_attachment_list()} {if $attachments.count() > 0} diff --git a/www/media/idf/img/start.png b/www/media/idf/img/start.png new file mode 100644 index 0000000..a7de0fe Binary files /dev/null and b/www/media/idf/img/start.png differ