summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-05-07 17:08:57 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-05-07 17:08:57 +0000
commiteb41bb6630769ecc127bd9c687179aa91a6de348 (patch)
treefe25877b94a26c288c9e243d7e1987da5d74f39e /app/views/projects/commit
parentf50d8079f0080e60a2e2c66f0cc93fc9bd6b1c80 (diff)
downloadgitlab-ce-eb41bb6630769ecc127bd9c687179aa91a6de348.tar.gz
Improved commit message body rendering
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 213c4c90a0e..1bffb3e8bf0 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -54,7 +54,7 @@
%h3.commit-title
= markdown_field(@commit, :title)
- if @commit.description.present?
- %pre.commit-description
+ .commit-description<
= preserve(markdown_field(@commit, :description))
.info-well