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 '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}