<th>{trans 'Size'}</th>␊ |
</tr>␊ |
</thead>{if !$tree_in and !$tags_in}␊ |
{aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)} ␊ |
{aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)}␊ |
<tfoot>␊ |
<tr><th colspan="5">{blocktrans}Source at commit <a class="mono" href="{$url}">{$commit}</a> created {$cobject.date|dateago}.{/blocktrans}<br/>␊ |
<span class="smaller">{blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans}</span>␊ |
|
<td{if $file.type == 'tree'} colspan="4"{/if}><a href="{$url}">{$file.file}</a></td>{else}<td><a href="#" title="{$file.hash}">{$file.file}</a></td>{/if}␊ |
{if $file.type == 'blob'}␊ |
{if isset($file.date) and $file.log != '----'}␊ |
<td><span class="smaller">{$file.date|dateago:"wihtout"}</span></td> ␊ |
<td><span class="smaller">{$file.date|dateago:"without"}</span></td>␊ |
<td><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false}</span></td>␊ |
{else}<td colspan="2"></td>{/if}␊ |
<td>{$file.size|size}</td>{/if}␊ |