diff --git a/src/IDF/templates/source/commit.html b/src/IDF/templates/source/commit.html index ff4b25b..d9be9e6 100644 --- a/src/IDF/templates/source/commit.html +++ b/src/IDF/templates/source/commit.html @@ -9,10 +9,10 @@ {trans 'Author:'}{$cobject.author|strip_tags} -{trans 'Commit:'}{$cobject.commit} +{trans 'Commit:'}{$cobject.commit} -{trans 'Tree:'}{$cobject.tree}

+{trans 'Tree:'}{$cobject.tree}

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

{issuetext $cobject.full_message, $project}{/if} @@ -24,7 +24,7 @@ {block context}

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