{extends "idf/source/base.html"} {block extraheader}{/block} {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:'} | {showuser $rcommit.get_author(), $request, $cobject.author} | |||||||||||||
{trans 'Branch:'} | {$cobject.branch} | |||||||||||||
{trans 'Commit:'} | {$cobject.commit} | |||||||||||||
{trans 'Parents:'} | {foreach $cobject.parents as $parent}
{$parent} {/foreach} |
|||||||||||||
{trans 'Message:'} | {issuetext $cobject.title, $request}{if isset($cobject.full_message)} {issuetext $cobject.full_message, $request, true, false, true, true, true}{/if} |
|||||||||||||
{trans 'Changes:'} |
|