Added link to issues and commit in the source tree.

This commit is contained in:
Loic d'Anterroches
2008-11-17 14:09:00 +01:00
parent 809967f5d7
commit 8e093bc7ee
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
<td><a href="{$url}">{$file.file}</a></td>
<td><span class="smaller">{$file.date|dateago:"wihtout"}</span></td>
<td>{$file.rev}</td>
<td{if $file.type != 'blob'} colspan="2"{/if}><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {$file.log|nl2br}</span></td>
<td{if $file.type != 'blob'} colspan="2"{/if}><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false}</span></td>
{if $file.type == 'blob'}
<td>{$file.size|size}</td>
{/if}