Merge branch 'jramsay-42673-commit-tooltip' into 'master'
Add title to commit links in list view Closes #42673 See merge request gitlab-org/gitlab-ce!22585
This commit is contained in:
commit
bf96ec85c7
2 changed files with 6 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
%span.str-truncated
|
||||
= link_to_html commit.redacted_full_title_html, project_commit_path(@project, commit.id), class: 'tree-commit-link'
|
||||
= link_to_html commit.redacted_full_title_html, project_commit_path(@project, commit.id), title: commit.redacted_full_title_html, class: 'tree-commit-link'
|
||||
|
|
5
changelogs/unreleased/jramsay-42673-commit-tooltip.yml
Normal file
5
changelogs/unreleased/jramsay-42673-commit-tooltip.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add commit message to commit tree anchor title
|
||||
merge_request: 22585
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue