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:
authorEric Eastwood <contact@ericeastwood.com>2017-06-20 00:29:58 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-06-20 00:40:12 +0300
commit4bd4921158a163e5bc2f6355a2487331d0c831aa (patch)
tree8d82a246178d16f7f101fe64b65a0fbd8a4d2edb /app/views
parent5b23c49f4ecd193e457b4e04003d517d8f739987 (diff)
Enable autocomplete on project snippets
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
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