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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-24 12:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-24 12:09:35 +0300
commit7a8d983c19c9fe14e7c0b8b6256b8cbacbff1959 (patch)
treecec99f05c5a70ed5bd034d98ee54f60921cc490a /app/helpers/system_note_helper.rb
parent49383089ee517652d2d1a77392d85aa4b6c63be0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-rw-r--r--app/helpers/system_note_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb
index 27c76c74733..a19c3512f8d 100644
--- a/app/helpers/system_note_helper.rb
+++ b/app/helpers/system_note_helper.rb
@@ -11,6 +11,7 @@ module SystemNoteHelper
'closed' => 'issue-close',
'time_tracking' => 'timer',
'assignee' => 'user',
+ 'reviewer' => 'user',
'title' => 'pencil-square',
'task' => 'task-done',
'label' => 'label',