summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJames Ramsay <james@jramsay.com.au>2018-10-24 14:27:40 -0400
committerJames Ramsay <james@jramsay.com.au>2018-10-25 13:23:43 -0400
commitaa73ef5b16851ba69c5198f98683bf1200656bd5 (patch)
tree6a5433214e8f0241541f4ddb1f4ce66171f8d105 /changelogs
parentf8f1466ad07b3dcea7c0abc54fa25865b420b4f0 (diff)
downloadgitlab-ce-aa73ef5b16851ba69c5198f98683bf1200656bd5.tar.gz
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jramsay-42673-commit-tooltip.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jramsay-42673-commit-tooltip.yml b/changelogs/unreleased/jramsay-42673-commit-tooltip.yml
new file mode 100644
index 00000000000..083cd1a54a0
--- /dev/null
+++ b/changelogs/unreleased/jramsay-42673-commit-tooltip.yml
@@ -0,0 +1,5 @@
+---
+title: Add commit message to commit tree anchor title
+merge_request: 22585
+author:
+type: fixed