Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-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