Commit 1059c202 authored by Sean McGivern's avatar Sean McGivern

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
......@@ -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
......
---
title: Drop GFM support for issuable title on milestone for consistency and performance
merge_request:
author: Takuya Noguchi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment