Fix locked and unlocked icons

This commit is contained in:
Luke "Jared" Bennett 2017-09-27 13:35:42 +01:00
parent 362bd88471
commit 613a6cc8b5
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 2 additions and 2 deletions

View File

@ -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)