diff --git a/src/IDF/templates/idf/source/mtn/changelog.html b/src/IDF/templates/idf/source/mtn/changelog.html index fa92f24..bb3dbc5 100644 --- a/src/IDF/templates/idf/source/mtn/changelog.html +++ b/src/IDF/templates/idf/source/mtn/changelog.html @@ -2,15 +2,19 @@ {block context}
{trans 'Branches:'}
{foreach $branches as $branch => $path}
-{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $branch)}
-{if $path}{$path}{else}{$branch}{/if}
+{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
+
+ {if $path}{$path|shorten:25}{else}{$branch|shorten:25}{/if}
+
{/foreach}
{trans 'Tags:'}
{foreach $tags as $tag => $path}
-{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $tag)}
-
+{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $tag)}
+
{/foreach}
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans} {blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans} @@ -25,19 +25,22 @@ {trans 'Branches:'} {trans 'Tags:'} |
---|