diff --git a/rhodecode/templates/files/file_diff.html b/rhodecode/templates/files/file_diff.html --- a/rhodecode/templates/files/file_diff.html +++ b/rhodecode/templates/files/file_diff.html @@ -1,8 +1,9 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('Repository management')} + ${c.repo_name} ${_('File diff')} - ${c.rhodecode_name} + <%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))} »