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