Added the autocompletion of the owner and cosmetic changes.

This commit is contained in:
Loic d'Anterroches
2008-07-25 14:15:58 +02:00
parent e5d296d863
commit 4eea3797b2
6 changed files with 51 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
{aurl 'url', 'IDF_Views_Issue::view', array($project.shortname, $issue.id)}
{assign $id = $c.id}
{assign $url = $url~'#ic'~$c.id}
<p>{blocktrans}Comment <a href="{$url}">{$id}</a> by {$who}, {$c.creation_dtime|date}{/blocktrans}</p>
<p>{blocktrans}Comment <a href="{$url}">{$i}</a> by {$who}, {$c.creation_dtime|date}{/blocktrans}</p>
{/if}
<p class="issue-comment-text">{if strlen($c.content) > 0}{$c.content|nl2br}{else}<i>{trans '(No comments were given for this change.)'}</i>{/if}</p>