From 3d7b79e454ed680f20abe9eb957693ea44599b48 Mon Sep 17 00:00:00 2001
From: skv <skv-headless@yandex.ru>
Date: Thu, 14 Aug 2014 15:19:44 +0400
Subject: [PATCH] whitespaceses at beginning of commit messages

---
 app/views/projects/commit/_commit_box.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index f2b0699f13645..2bc9048b2add8 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -55,4 +55,4 @@
     = gfm escape_once(@commit.title)
   - if @commit.description.present?
     %pre.commit-description
-      = gfm escape_once(@commit.description)
+      = preserve(gfm(escape_once(@commit.description)))
-- 
GitLab