summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_closed_by_box.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-22 11:02:21 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-22 11:02:26 +0200
commitadba37f99aa6351ce7ca29055d5aab284058bc2e (patch)
treec528f850f4784835c9669849dc3a41cafc906143 /app/views/projects/issues/_closed_by_box.html.haml
parentf65840bc842b86cd71e70af8b9acdb1a786d9054 (diff)
downloadgitlab-ce-adba37f99aa6351ce7ca29055d5aab284058bc2e.tar.gz
Use markdown with gfm pipeline rather than gfm method
Diffstat (limited to 'app/views/projects/issues/_closed_by_box.html.haml')
-rw-r--r--app/views/projects/issues/_closed_by_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_closed_by_box.html.haml b/app/views/projects/issues/_closed_by_box.html.haml
index aef352029d0..eebe36bc441 100644
--- a/app/views/projects/issues/_closed_by_box.html.haml
+++ b/app/views/projects/issues/_closed_by_box.html.haml
@@ -1,3 +1,3 @@
.issue-closed-by-widget
= icon('check')
- This issue will be closed automatically when merge request #{gfm(merge_requests_sentence(@closed_by_merge_requests.sort))} is accepted.
+ This issue will be closed automatically when merge request #{markdown(merge_requests_sentence(@closed_by_merge_requests.sort), pipeline: :gfm)} is accepted.