diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-10-27 08:10:18 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-10-27 08:10:18 +0000 |
commit | 2c1fd83a4ad742c2b2a9165ef4decc9305fe635a (patch) | |
tree | 7fc834cd3988f88b0e94f80654163ec9743ee092 /CHANGELOG.md | |
parent | 7abcb29d161651418b8ee9041712c31c9d0add06 (diff) | |
parent | 3812f0dc6de190b57e8e0437e0d2d5c4beb02ce4 (diff) | |
download | gitlab-ce-2c1fd83a4ad742c2b2a9165ef4decc9305fe635a.tar.gz |
Merge branch 'delete-branch-remove-tooltip' into 'master'
Removed delete branch tooltip
## What does this MR do?
Removed the tooltip on the delete branch button & add `aria-label`
## What are the relevant issue numbers?
Closes #23253
See merge request !6954
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 876ab0d695b..ea186b43a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix HipChat notifications rendering (airatshigapov, eisnerd) - Add hover to trash icon in notes !7008 (blackst0ne) - Fix sidekiq stats in admin area (blackst0ne) + - Removed delete branch tooltip !6954 - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) - Fix filtering of milestones with quotes in title (airatshigapov) |