{extends "source/base.html"} {block docclass}yui-t1{/block} {block body}
{trans 'Age'} | {trans 'Message'} | {trans 'Details'} |
---|---|---|
{$change.date|dateago:"wihtout"} | {$change.title}{if $change.full_message} {$change.full_message}{/if} |
{trans 'Tree:'} {$change.tree} {trans 'By:'} {$change.author|strip_tags} {* this remove the email address *} |
{trans 'Branches:'}
{foreach $branches as $branch}
{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $branch)}
{$branch}
{/foreach}