## -*- 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} %if c.rhodecode_name: · ${c.rhodecode_name} %endif <%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)))}
${h.checkbox('ignorews', label=_('ignore white space'))} ${h.checkbox('edit_mode', label=_('turn on edit mode'))}