mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
Merge pull request #7499 from skv-headless/fix-commit-msg
Fix commit msg
This commit is contained in:
@@ -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)))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user