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
path: root/app/views
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-06-20 03:26:26 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-06-20 03:26:26 +0300
commit786edf41c853efc8985de005bd5460ce65d03567 (patch)
tree9d9ec916d16c7dd41e2b31458f86334d8a6f314d /app/views
parentaaf5e6b852cc7e3be0f61495cb1599c78b4ba3a6 (diff)
parent4bd4921158a163e5bc2f6355a2487331d0c831aa (diff)
Merge branch 'ee-enable-autocomplete-on-project-snippets' into 'master'
Enable autocomplete on project snippets -- EE merge edition See merge request !2174
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/snippets/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/show.html.haml b/app/views/projects/snippets/show.html.haml
index 37b114e7a3a..847f3c2f348 100644
--- a/app/views/projects/snippets/show.html.haml
+++ b/app/views/projects/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", :autocomplete => false
+ #notes= render "shared/notes/notes_with_form", :autocomplete => true