Drop GFM support for issuable title on milestone for consistency and performance

This commit is contained in:
Takuya Noguchi 2017-06-26 14:57:32 +09:00
parent f088691884
commit 660477f2a1
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%strong #{project.name_with_namespace} ·
- 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

View File

@ -0,0 +1,4 @@
---
title: Drop GFM support for issuable title on milestone for consistency and performance
merge_request:
author: Takuya Noguchi