Commit dadf6daa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'disable-issue-autofill' into 'master'

Turned off autocomplete for new issue titles

See merge request !1271
parents 32208c50 def939a5
......@@ -9,7 +9,7 @@
= f.label :title, class: 'control-label' do
%strong= 'Title *'
.col-sm-10
= f.text_field :title, maxlength: 255, autofocus: true,
= f.text_field :title, maxlength: 255, autofocus: true, autocomplete: 'off',
class: 'form-control pad js-gfm-input', required: true
- if issuable.is_a?(MergeRequest)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment