diff --git a/src/IDF/Views/Source.php b/src/IDF/Views/Source.php index a90599b..c5851c9 100644 --- a/src/IDF/Views/Source.php +++ b/src/IDF/Views/Source.php @@ -45,6 +45,7 @@ class IDF_Views_Source return Pluf_Shortcuts_RenderToResponse('source/tree.html', array( 'page_title' => $title, + 'title' => $title, 'files' => $res, 'commit' => $commit, 'branches' => $branches, diff --git a/src/IDF/templates/source/tree.html b/src/IDF/templates/source/tree.html index cf9cc1b..eb5ab05 100644 --- a/src/IDF/templates/source/tree.html +++ b/src/IDF/templates/source/tree.html @@ -38,7 +38,7 @@

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

{/block} diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 0bddc75..627849a 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -201,6 +201,10 @@ h1.project-title { font-size: 90%; } +span.active { + font-weight: bold; +} + .helptext { font-size: 80%; color: #555753;