From ccf24df13120ae1e64225ec27db1ee647c9df4d4 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 29 Jul 2008 15:13:40 +0200 Subject: [PATCH] Link to the corresponding tree in the commit view. --- src/IDF/templates/source/commit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}