diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html --- a/rhodecode/templates/files/files.html +++ b/rhodecode/templates/files/files.html @@ -1,7 +1,7 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('%s Files') % c.repo_name} - ${c.rhodecode_name} + ${_('%s files') % c.repo_name} - ${c.rhodecode_name} <%def name="breadcrumbs_links()"> @@ -36,11 +36,97 @@ + +