Commit 6506ff4d authored by Stan Hu's avatar Stan Hu

Merge branch 'jc-dont-render-commit-links' into 'master'

Do not render markdown in commit message on blame page

Closes #33667

See merge request gitlab-org/gitlab!19128
parents 1c62ec3d 102f430e
......@@ -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
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