{extends "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} | |||||||||
.. | |||||||||
![]() |
{$file.file} | {if $file.type == 'blob'} {if isset($file.date)}{$file.date|dateago:"wihtout"} | {$file.log} | {else}{/if} | {$file.size|size} | {/if}
{trans 'Download this version'} {trans 'or'} git clone {$project.getGitDaemonUrl()}
{trans 'Branches:'}
{foreach $branches as $branch}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
{$branch}
{/foreach}