summaryrefslogtreecommitdiff
path: root/app/helpers/system_note_helper.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 12:31:34 -0500
committerJacob Schatz <jschatz1@gmail.com>2017-04-06 19:22:33 -0400
commitf3a39afc37f7a345b837c68bdf2f8d7d93ddab84 (patch)
treee0a72d074df5a76a9ad080192b3419dbd1d2d23b /app/helpers/system_note_helper.rb
parent6f7deb482a4423f6da7cdd765e6b138aaa38cbd7 (diff)
downloadgitlab-ce-f3a39afc37f7a345b837c68bdf2f8d7d93ddab84.tar.gz
Fix newline errors
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-rw-r--r--app/helpers/system_note_helper.rb2
1 files changed, 2 insertions, 0 deletions
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