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
path: root/app
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-06-26 08:57:32 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-06-26 08:57:37 +0300
commit660477f2a1a828fe7ecae8793443cfd86e443f4f (patch)
tree1b1bcd8f16d1a7c333688a10cfd474b309d93ae3 /app
parentf0886918845f8292889db7e30033b7051147f3b0 (diff)
Drop GFM support for issuable title on milestone for consistency and performance
Diffstat (limited to 'app')
-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