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()"> - @@ -13,7 +12,10 @@ <%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 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)))}
- - - - + + + + + + + + + + + + ${h.checkbox('ignorews', label=_('ignore white space'))} ${h.checkbox('edit_mode', label=_('turn on edit mode'))}
@@ -55,8 +65,8 @@ ${self.repo_context_bar('changelog')}