Skip to content
Snippets Groups Projects
Commit 1059c202 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch '34289-drop-gfm-on-milestone-issuable-title' into 'master'

Drop GFM support for issuable title on milestone

Closes #34289

See merge request !12444
parents 1371dfcb 660477f2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Drop GFM support for issuable title on milestone for consistency and performance
merge_request:
author: Takuya Noguchi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment