diff --git a/rhodecode/templates/files/diff_2way.html b/rhodecode/templates/files/diff_2way.html --- a/rhodecode/templates/files/diff_2way.html +++ b/rhodecode/templates/files/diff_2way.html @@ -3,7 +3,6 @@ <%inherit file="/base/base.html"/> <%def name="js_extra()"> - %def> @@ -13,7 +12,10 @@ %def> <%def name="title()"> - ${_('%s File side-by-side diff') % c.repo_name} · ${c.rhodecode_name} + ${_('%s File side-by-side diff') % c.repo_name} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif %def> <%def name="breadcrumbs_links()"> @@ -41,10 +43,18 @@ ${self.repo_context_bar('changelog')} revision=c.cs2.raw_id,f_path=h.safe_unicode(c.node1.path)))}
@@ -55,8 +65,8 @@ ${self.repo_context_bar('changelog')}