diff --git a/rhodecode/templates/files/diff_2way.html b/rhodecode/templates/files/diff_2way.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/files/diff_2way.html @@ -0,0 +1,80 @@ +## -*- coding: utf-8 -*- + +<%inherit file="/base/base.html"/> + +<%def name="js_extra()"> + + + + +<%def name="css_extra()"> + + + + +<%def name="title()"> + ${_('%s File side-by-side diff') % c.repo_name} · ${c.rhodecode_name} + + +<%def name="breadcrumbs_links()"> + ${_('File diff')} r${c.changeset_1.revision}:${h.short_id(c.changeset_1.raw_id)} → r${c.changeset_2.revision}:${h.short_id(c.changeset_2.raw_id)} + + +<%def name="page_nav()"> + ${self.menu('repositories')} + + +<%def name="main()"> +${self.repo_context_bar('changelog')} +
+ +
+ ${self.breadcrumbs()} +
+ +
+
+
+
+
+ ${h.link_to(h.safe_unicode(c.node1.path),h.url('files_home',repo_name=c.repo_name, + revision=c.cs2.raw_id,f_path=h.safe_unicode(c.node1.path)))} +
+
+ + + + + ##${c.ignorews_url(request.GET, h.FID(c.cs2,path))} + ##${c.context_url(request.GET, h.FID(c.cs2,path))} +
+
+
+
+
+
+ + + +
+