Commit 660477f2 authored by Takuya Noguchi's avatar Takuya Noguchi

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

parent f0886918
......@@ -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