summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2017-05-24 10:52:52 +0000
committerPhil Hughes <me@iamphill.com>2017-05-24 10:52:52 +0000
commitb050b68189e4cb674b1ef2760a5c4c6f798a114d (patch)
treebf7f6c07ac92a2af442ffbdec17d5e5886c6bb68 /app/views/projects/commit
parentb39b02d4a422ca240916a28bb4600a3a741b6194 (diff)
downloadgitlab-ce-b050b68189e4cb674b1ef2760a5c4c6f798a114d.tar.gz
Fix user and issues autocomplete in diff notes
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index 6051ea2f1ce..3a1be3fa4b6 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -13,7 +13,7 @@
.block-connector
= render "projects/diffs/diffs", diffs: @diffs, environment: @environment
- = render "shared/notes/notes_with_form"
+ = render "shared/notes/notes_with_form", :autocomplete => true
- if can_collaborate_with_project?
- %w(revert cherry-pick).each do |type|
= render "projects/commit/change", type: type, commit: @commit, title: @commit.title