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