summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-14 19:27:23 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-14 19:28:09 +0200
commited41333a6ecbfcc04781a47a3dc71064c92d837b (patch)
tree5494ebea76f0191288a0adfed404745a3112bf75 /app/views/events
parent4a5b77188ec7525d1c3a1ee925c8791f841b040c (diff)
downloadgitlab-ce-ed41333a6ecbfcc04781a47a3dc71064c92d837b.tar.gz
Use Gitlab::Markdown.render with :pipeline option rather than different methods
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index ad63841ccf3..4ba8b84fd92 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -2,4 +2,4 @@
.commit-row-title
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
&middot;
- = gfm event_commit_title(commit[:message]), project: project
+ = markdown event_commit_title(commit[:message]), project: project, pipeline: :single_line