{extends "idf/source/base.html"} {block extraheader}{/block} {block docclass}yui-t1{assign $inSourceTree=true}{/block} {block body}
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans} {blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans} |
---|
{trans 'Branches:'}
{foreach $branches as $branch => $path}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
{$branch}
{/foreach}
{trans 'Tags:'}
{foreach $tags as $tag => $path}
{aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, 'HEAD', $path)}
{/foreach}