diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-05-24 10:52:52 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-24 10:52:52 +0000 |
commit | b050b68189e4cb674b1ef2760a5c4c6f798a114d (patch) | |
tree | bf7f6c07ac92a2af442ffbdec17d5e5886c6bb68 /app/views/snippets | |
parent | b39b02d4a422ca240916a28bb4600a3a741b6194 (diff) | |
download | gitlab-ce-b050b68189e4cb674b1ef2760a5c4c6f798a114d.tar.gz |
Fix user and issues autocomplete in diff notes
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml index 51dbbc32cc9..216184eb839 100644 --- a/app/views/snippets/show.html.haml +++ b/app/views/snippets/show.html.haml @@ -9,4 +9,4 @@ .row-content-block.top-block.content-component-block = render 'award_emoji/awards_block', awardable: @snippet, inline: true - #notes= render "shared/notes/notes_with_form" + #notes= render "shared/notes/notes_with_form", :autocomplete => false |