summaryrefslogtreecommitdiff
path: root/app/views/dashboard/milestones
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-12-08 20:22:23 +0000
committerRobert Speicher <robert@gitlab.com>2015-12-08 20:22:23 +0000
commitbcd89a58e736685bcce662fe0acf793ee925b536 (patch)
treed38abe907bf3d9d9591227d627c2b25bb4a2720c /app/views/dashboard/milestones
parent02cc978ebc0650284b2b7b0bd4cf0bc633ab788e (diff)
parent926c3bef9fbda49d5cab268bcd83355142e945c1 (diff)
downloadgitlab-ce-bcd89a58e736685bcce662fe0acf793ee925b536.tar.gz
Merge branch 'reference-pipeline-and-caching' into 'master'
Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602
Diffstat (limited to 'app/views/dashboard/milestones')
-rw-r--r--app/views/dashboard/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/show.html.haml b/app/views/dashboard/milestones/show.html.haml
index 3536bbeaf4b..44b7efe5232 100644
--- a/app/views/dashboard/milestones/show.html.haml
+++ b/app/views/dashboard/milestones/show.html.haml
@@ -12,7 +12,7 @@
.gray-content-block.middle-block
%h2.issue-title
- = gfm escape_once(@milestone.title)
+ = markdown escape_once(@milestone.title), pipeline: :single_line
- if @milestone.complete? && @milestone.active?
.alert.alert-success.prepend-top-default