Commit aa73ef5b authored by James Ramsay's avatar James Ramsay

Add title to commit links in list view

The short commit message may be truncated making the truncated
portion unreadable. The title of the link should be the commit message
so that the commit message is shown when hovering the commit message
anchor.

Closes gitlab-org/gitlab-ce#42673
parent f8f1466a
%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'
---
title: Add commit message to commit tree anchor title
merge_request: 22585
author:
type: fixed
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