From bd1317502157a14c624a761fc65e9d2e43fe38c2 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 25 May 2018 11:30:22 +0000 Subject: [PATCH] Commit diff view: Fix position and preserve spaces in code lines --- templates/repo/widget/inline-diff.hamlet | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/repo/widget/inline-diff.hamlet b/templates/repo/widget/inline-diff.hamlet index 2b78b20..99668dc 100644 --- a/templates/repo/widget/inline-diff.hamlet +++ b/templates/repo/widget/inline-diff.hamlet @@ -21,17 +21,22 @@ $# . - #{n} + +
#{t}
         $of New n
           
             +
             
             #{n}
+            
+              
#{t}
         $of Both o n
           
             
             #{o}
             #{n}
-      #{t}
+            
+              
#{t}
     
       …
       …