{extends "idf/source/base.html"} {block docclass}yui-t1{assign $inSourceTree=true}{/block} {block body}
{trans 'File'} | {trans 'Age'} | {trans 'Message'} | {trans 'Size'} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans} {blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans} | |||||||||||||
.. | |||||||||||||
![]() |
{if $file.type != 'extern'}
{$file.file} | {else}{$file.file} | {/if} {if $file.type == 'blob'} {if isset($file.date) and $file.log != '----'}{$file.date|dateago:"without"} | {$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false} | {else}{/if} | {$file.size|size} | {/if} {if $file.type == 'extern'}{$file.extern} | {/if}
{trans 'Download this version'} {trans 'or'}
mtn clone {$project.getSourceAccessUrl($user, $commit)}