Commit 6953eb49 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-cherry-pick-icon' into 'master'

Fix cherry pick icon

See merge request gitlab-org/gitlab!26009
parents d1fb2254 07e10476
......@@ -2,7 +2,7 @@
module SystemNoteHelper
ICON_NAMES_BY_ACTION = {
'cherry_pick' => 'link',
'cherry_pick' => 'cherry-pick-commit',
'commit' => 'commit',
'description' => 'pencil-square',
'merge' => 'git-merge',
......
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