Commit fd6c8f3a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '212371-create-system-notes-when-changing-issues-health-status' into 'master'

Added icon for health status

See merge request gitlab-org/gitlab!28381
parents 056d0b45 e00c67d9
......@@ -26,7 +26,8 @@ module SystemNoteHelper
'duplicate' => 'duplicate',
'locked' => 'lock',
'unlocked' => 'lock-open',
'due_date' => 'calendar'
'due_date' => 'calendar',
'health_status' => 'status-health'
}.freeze
def system_note_icon_name(note)
......
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