mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
Fix locked and unlocked icons
This commit is contained in:
@ -20,8 +20,8 @@ module SystemNoteHelper
|
||||
'moved' => 'arrow-right',
|
||||
'outdated' => 'pencil',
|
||||
'duplicate' => 'issue-duplicate',
|
||||
'locked' => 'locked',
|
||||
'unlocked' => 'unlocked'
|
||||
'locked' => 'lock',
|
||||
'unlocked' => 'lock-open'
|
||||
}.freeze
|
||||
|
||||
def system_note_icon_name(note)
|
||||
|
Reference in New Issue
Block a user