{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'} git clone {$project.getSourceAccessUrl($user)}
{trans 'Branches:'}
{foreach $branches as $branch => $path}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
{if $path}{$path}{else}{$branch}{/if}
{/foreach}
{trans 'Tags:'}
{foreach $tags as $tag => $path}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $tag)}
{/foreach}