Commit cca51002 authored by Jarka Kadlecova's avatar Jarka Kadlecova

add discussion lock icon to the system_note_helper

parent f9587bc8
......@@ -19,7 +19,9 @@ module SystemNoteHelper
'discussion' => 'comment',
'moved' => 'arrow-right',
'outdated' => 'pencil',
'duplicate' => 'issue-duplicate'
'duplicate' => 'issue-duplicate',
'locked' => 'locked',
'unlocked' => 'unlocked'
}.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