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
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-20 15:28:30 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-20 15:28:30 +0300
commitc44dff9984d4ee055a40b9c3354888193b3d5f57 (patch)
tree4de956126a1b23cba5af131d918b6c9d1db4fa98 /app/views/groups/milestones
parent9c3f094a2f7609386ed182e4d5f6f9e7f6938388 (diff)
Remove page-specific GLForm init and add support_autocomplete: false local to groups/milestones/_form
Diffstat (limited to 'app/views/groups/milestones')
-rw-r--r--app/views/groups/milestones/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/_form.html.haml b/app/views/groups/milestones/_form.html.haml
index cc879e5a308..a1be0d3220a 100644
--- a/app/views/groups/milestones/_form.html.haml
+++ b/app/views/groups/milestones/_form.html.haml
@@ -11,7 +11,7 @@
= f.label :description, "Description", class: "control-label"
.col-sm-10
= render layout: 'projects/md_preview', locals: { url: group_preview_markdown_path } do
- = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea', placeholder: 'Write milestone description...'
+ = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea', placeholder: 'Write milestone description...', supports_autocomplete: false
.clearfix
.error-alert