diff --git a/src/IDF/templates/idf/source/mtn/changelog.html b/src/IDF/templates/idf/source/mtn/changelog.html index 5a6fc23..449c88c 100644 --- a/src/IDF/templates/idf/source/mtn/changelog.html +++ b/src/IDF/templates/idf/source/mtn/changelog.html @@ -2,7 +2,7 @@ {block context}

{trans 'Branches:'}
{foreach $branches as $selector => $branch} -{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $selector)} +{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $selector)} {$branch|shorten:25} @@ -13,7 +13,7 @@ {if $tags}

{trans 'Tags:'}
{foreach $tags as $selector => $tag} -{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $selector)} +{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $selector)}
{$tag|shorten:25}