Commit fe465004 authored by skv's avatar skv

gfm and preserve commit message

for commits#show
parent 3d7b79e4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment