Commit 31672df3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Jacob Schatz

Fix icon name error

parent 25faa060
...@@ -16,7 +16,7 @@ module SystemNoteHelper ...@@ -16,7 +16,7 @@ module SystemNoteHelper
'visible' => 'icon_eye', 'visible' => 'icon_eye',
'milestone' => 'icon_clock_o', 'milestone' => 'icon_clock_o',
'discussion' => 'icon_comment_o', 'discussion' => 'icon_comment_o',
'moved' => 'icon_arrow-circle-o-right' 'moved' => 'icon_arrow_circle_o_right'
}.freeze }.freeze
def icon_for_system_note(note) 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