From adf0e0a95e0b8bff650f21081da469b7b4fd1326 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 09 Nov 2012 09:30:00 -0500
Subject: [PATCH] Tweaks to rename reporting in sendmail-html

---
 groovy/sendmail-html.groovy |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/groovy/sendmail-html.groovy b/groovy/sendmail-html.groovy
index 11227d4..0076e83 100644
--- a/groovy/sendmail-html.groovy
+++ b/groovy/sendmail-html.groovy
@@ -329,7 +329,9 @@
              writeStatusLabel("rename", "rename")
         }
         builder.td() {
-            a(href:blobDiffUrl(id, header.newPath), header.olPath + " -> " + header.newPath)
+            mkp.yield header.oldPath
+			mkp.yieldUnescaped "<b> -&rt; </b>"
+			a(href:blobDiffUrl(id, header.newPath),  header.newPath)
         }
     }
 

--
Gitblit v1.9.1