summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorSam Rose <samrose3@gmail.com>2017-05-18 08:10:59 +0000
committerPhil Hughes <me@iamphill.com>2017-05-18 08:10:59 +0000
commit1e0c6439ffc3b7d486a9fdd55392ac8f83fcb2b9 (patch)
treec35447829c5086696670ff906509ad3905d63b3b /app/views/shared
parent0b52808f0e885725a311b3ce8e45c66eb02ebce0 (diff)
downloadgitlab-ce-1e0c6439ffc3b7d486a9fdd55392ac8f83fcb2b9.tar.gz
Disable reference prefixes in notes for Snippets
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 9930cbd96d7..05bb1970e21 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}")
+ var notes = new Notes("#{notes_url}", #{@notes.map(&:id).to_json}, #{Time.now.to_i}, "#{diff_view}", false)