Skip to content
Snippets Groups Projects
Commit 102f430e authored by John Cai's avatar John Cai
Browse files

Do not render markdown in blame commit message

parent 3ca2042d
No related branches found
No related tags found
1 merge request!19128Do not render markdown in commit message on blame page
Pipeline #91600751 passed with warnings
......@@ -19,7 +19,7 @@
= author_avatar(commit, size: 36, has_tooltip: false)
.commit-row-title
%span.item-title.str-truncated-100
= link_to_markdown commit.title, project_commit_path(@project, commit.id), class: "cdark", title: commit.title
= link_to commit.title, project_commit_path(@project, commit.id), class: "cdark", title: commit.title
.float-right
= link_to commit.short_id, project_commit_path(@project, commit), class: "commit-sha"
 
......
---
title: Do not render links in commit message on blame page
merge_request: 19128
author:
type: performance
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