Fix icon name error

This commit is contained in:
Annabel Dunstone Gray 2017-04-06 17:33:24 -05:00 committed by Jacob Schatz
parent 25faa06060
commit 31672df34e
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module SystemNoteHelper
'visible' => 'icon_eye',
'milestone' => 'icon_clock_o',
'discussion' => 'icon_comment_o',
'moved' => 'icon_arrow-circle-o-right'
'moved' => 'icon_arrow_circle_o_right'
}.freeze
def icon_for_system_note(note)

View File

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 532 B