From f3a39afc37f7a345b837c68bdf2f8d7d93ddab84 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 6 Apr 2017 12:31:34 -0500 Subject: Fix newline errors --- app/helpers/system_note_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/helpers') diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb index b45b8b1de38..954d4427378 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -33,6 +33,8 @@ module SystemNoteHelper 'icon_eye' when 'milestone' 'icon_clock_o' + when 'discussion' + 'icon_comment_o' when 'moved' 'icon_arrow-circle-o-right' else -- cgit v1.2.3