summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-06-26 14:57:32 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-06-26 14:57:37 +0900
commit660477f2a1a828fe7ecae8793443cfd86e443f4f (patch)
tree1b1bcd8f16d1a7c333688a10cfd474b309d93ae3 /app/views/shared/milestones
parentf0886918845f8292889db7e30033b7051147f3b0 (diff)
downloadgitlab-ce-660477f2a1a828fe7ecae8793443cfd86e443f4f.tar.gz
Drop GFM support for issuable title on milestone for consistency and performance
Diffstat (limited to 'app/views/shared/milestones')
-rw-r--r--app/views/shared/milestones/_issuable.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_issuable.html.haml b/app/views/shared/milestones/_issuable.html.haml
index 22547a30cdf..a7c67ac9980 100644
--- a/app/views/shared/milestones/_issuable.html.haml
+++ b/app/views/shared/milestones/_issuable.html.haml
@@ -16,7 +16,7 @@
%strong #{project.name_with_namespace} &middot;
- if issuable.is_a?(Issue)
= confidential_icon(issuable)
- = link_to_gfm issuable.title, issuable_url_args, title: issuable.title
+ = link_to issuable.title, issuable_url_args, title: issuable.title
.issuable-detail
= link_to [project.namespace.becomes(Namespace), project, issuable] do
%span.issuable-number= issuable.to_reference