Drop GFM support for issuable title on milestone for consistency and performance
This commit is contained in:
parent
f088691884
commit
660477f2a1
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Drop GFM support for issuable title on milestone for consistency and performance
|
||||
merge_request:
|
||||
author: Takuya Noguchi
|
Loading…
Reference in a new issue