diff rhodecode/templates/compare/compare_diff.html @ 2362:3c4afb8894bd codereview

Improved cross repos diffs - added logging - fixed branch issues and empty bundle case
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 May 2012 22:23:23 +0200
parents d787da66c292
children b94eac50ec4d
line wrap: on
line diff
--- a/rhodecode/templates/compare/compare_diff.html	Wed May 30 21:19:22 2012 +0200
+++ b/rhodecode/templates/compare/compare_diff.html	Wed May 30 22:23:23 2012 +0200
@@ -26,9 +26,9 @@
     <div class="table">
         <div id="body" class="diffblock">
             <div class="code-header cv">
-                <h3 class="code-header-title">${_('Compare View')} <a href="${c.swap_url}">swap</a></h3>
+                <h3 class="code-header-title">${_('Compare View')}</h3>
                 <div>
-                ${'%s@%s' % (c.org_repo.repo_name, c.org_ref)} -> ${'%s@%s' % (c.other_repo.repo_name, c.other_ref)}
+                ${'%s@%s' % (c.org_repo.repo_name, c.org_ref)} -> ${'%s@%s' % (c.other_repo.repo_name, c.other_ref)}  <a href="${c.swap_url}">[swap]</a>
                 </div>
             </div>
         </div>