{extends "source/base.html"} {block docclass}yui-t1{assign $inCommit=true}{/block} {block body}
{trans 'Date:'}{$cobject.date|date:"%Y-%m-%d %H:%M:%S"} ({$cobject.date|dateago})
{trans 'Author:'}{$cobject.author|strip_tags}
{trans 'Commit:'}{$cobject.commit}
{trans 'Tree:'}{$cobject.tree}

{trans 'Message:'}{issuetext $cobject.title, $project}{if isset($cobject.full_message)}

{issuetext $cobject.full_message, $project}{/if}

{trans 'Change Details'}

{$changes|safe} {/block} {block context}

{trans 'Branches:'}
{foreach $branches as $branch} {aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)} {$branch}
{/foreach}

{/block}