summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorskv <skv-headless@yandex.ru>2014-08-14 15:20:34 +0400
committerskv <skv-headless@yandex.ru>2014-08-14 15:20:34 +0400
commitfe465004489024f731835d5eb934efa2decf6ac3 (patch)
tree594f1ff7ab931d0f282b81236330bf51633c7dc4 /app/views/projects/commits
parent3d7b79e454ed680f20abe9eb957693ea44599b48 (diff)
downloadgitlab-ce-fe465004489024f731835d5eb934efa2decf6ac3.tar.gz
gfm and preserve commit message
for commits#show
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index abe0d4cff46..8e73663939f 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -23,7 +23,7 @@
- if commit.description?
.commit-row-description.js-toggle-content
%pre
- = commit.description
+ = preserve(gfm(escape_once(commit.description)))
.commit-row-info
= commit_author_link(commit, avatar: true, size: 16)