Commit 6a662c68 authored by Clement Ho's avatar Clement Ho

Merge branch 'update-timeline-icon-for-weights' into 'master'

Add timeline icon for issue weights

Closes #7121

See merge request gitlab-org/gitlab-ee!7847
parents 23a57022 03404dc9
......@@ -13,7 +13,8 @@ module EE
'issue_added_to_epic' => 'epic',
'issue_removed_from_epic' => 'epic',
'issue_changed_epic' => 'epic',
'epic_date_changed' => 'calendar'
'epic_date_changed' => 'calendar',
'weight' => 'scale'
}.freeze
override :system_note_icon_name
......
---
title: Add timeline icon for issue weights
merge_request: 7847
author: George Tsiolis
type: changed
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