diff options
author | Sam Rose <samrose3@gmail.com> | 2017-05-18 08:10:59 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-18 08:10:59 +0000 |
commit | 1e0c6439ffc3b7d486a9fdd55392ac8f83fcb2b9 (patch) | |
tree | c35447829c5086696670ff906509ad3905d63b3b /app/views | |
parent | 0b52808f0e885725a311b3ce8e45c66eb02ebce0 (diff) | |
download | gitlab-ce-1e0c6439ffc3b7d486a9fdd55392ac8f83fcb2b9.tar.gz |
Disable reference prefixes in notes for Snippets
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/notes/_notes_with_form.html.haml | 2 |
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) |