Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
014eff5d
Commit
014eff5d
authored
Aug 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7499 from skv-headless/fix-commit-msg
Fix commit msg
parents
0602c5d0
fe465004
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+1
-1
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
No files found.
app/views/projects/commit/_commit_box.html.haml
View file @
014eff5d
...
...
@@ -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
))
)
app/views/projects/commits/_commit.html.haml
View file @
014eff5d
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment