Commit 78268b0a authored by Nick Thomas's avatar Nick Thomas

Fix a rubocop failure in SystemNoteHelper

parent 9439631a
......@@ -20,7 +20,7 @@ module SystemNoteHelper
'moved' => 'icon_arrow_circle_o_right',
'outdated' => 'icon_edit',
'approved' => 'icon_check',
'unapproved' => 'icon_fa_close',
'unapproved' => 'icon_fa_close'
}.freeze
def icon_for_system_note(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