提交 660477f2 编写于 作者: T Takuya Noguchi

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册