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:
authorKushal Pandya <kushalspandya@gmail.com>2017-05-24 13:52:52 +0300
committerPhil Hughes <me@iamphill.com>2017-05-24 13:52:52 +0300
commitb050b68189e4cb674b1ef2760a5c4c6f798a114d (patch)
treebf7f6c07ac92a2af442ffbdec17d5e5886c6bb68 /app/views/shared
parentb39b02d4a422ca240916a28bb4600a3a741b6194 (diff)
Fix user and issues autocomplete in diff notes
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/notes/_notes_with_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notes/_notes_with_form.html.haml b/app/views/shared/notes/_notes_with_form.html.haml
index 05bb1970e21..785b1b22a49 100644
--- a/app/views/shared/notes/_notes_with_form.html.haml
+++ b/app/views/shared/notes/_notes_with_form.html.haml
@@ -23,4 +23,4 @@
to post a comment
:javascript
- var notes = new Notes("#{notes_url}", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}", false)
+ var notes = new Notes("#{notes_url}", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}", #{autocomplete})