Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-27 19:49:34 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-27 19:49:34 +0300
commit28af56dea5a88ffcaceb082cf67c9c1ab021609d (patch)
tree8a4de90d6021188f87bb4fc05c039a8b8b249a43 /app/views/shared/snippets
parent2bbdeb91ca6b2c1e4fa10dbed34f9fff39e790f4 (diff)
gfm is no longer
Diffstat (limited to 'app/views/shared/snippets')
-rw-r--r--app/views/shared/snippets/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index 0a4a790ec5e..dc98d310a13 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -21,4 +21,4 @@
= render "snippets/actions"
.gray-content-block.middle-block
%h2.snippet-title
- = gfm escape_once(@snippet.title)
+ = markdown escape_once(@snippet.title), pipeline: :single_line