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:
authorDouwe Maan <douwe@selenight.nl>2017-08-17 19:58:28 +0300
committerDouwe Maan <douwe@selenight.nl>2017-08-17 20:18:20 +0300
commit09338e397c95b51a7c515524d7f3eb5f4eed2fb4 (patch)
treed97d8e76b74df9575b3e0200140255fa8dedb458 /app/models/concerns/noteable.rb
parent99ba5d0d5097e3170747d17261bb3b9f60aa49fb (diff)
Remove cross-references user cannot see from issue discussions JSON
Diffstat (limited to 'app/models/concerns/noteable.rb')
-rw-r--r--app/models/concerns/noteable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/noteable.rb b/app/models/concerns/noteable.rb
index c7bdc997eca..a30deffec7b 100644
--- a/app/models/concerns/noteable.rb
+++ b/app/models/concerns/noteable.rb
@@ -38,7 +38,7 @@ module Noteable
def grouped_diff_discussions(*args)
# Doesn't use `discussion_notes`, because this may include commit diff notes
- # besides MR diff notes, that we do no want to display on the MR Changes tab.
+ # besides MR diff notes, that we do not want to display on the MR Changes tab.
notes.inc_relations_for_view.grouped_diff_discussions(*args)
end