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:
Douwe Maan 2018-10-25 19:31:41 +00:00
commit bf96ec85c7
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
title: Add commit message to commit tree anchor title
merge_request: 22585
author:
type: fixed