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 ...@@ -19,7 +19,9 @@ module SystemNoteHelper
'discussion' => 'comment', 'discussion' => 'comment',
'moved' => 'arrow-right', 'moved' => 'arrow-right',
'outdated' => 'pencil', 'outdated' => 'pencil',
'duplicate' => 'issue-duplicate' 'duplicate' => 'issue-duplicate',
'locked' => 'locked',
'unlocked' => 'unlocked'
}.freeze }.freeze
def system_note_icon_name(note) 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