diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-15 23:00:32 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-15 23:00:32 +0100 |
commit | 0fcdcadd75514fd8f1526bff2f1becb43c6d25f6 (patch) | |
tree | 9fe98e3b7d8450d5e8dff42bc974016a1f6c3d6e /app/views | |
parent | ddec8e777f31d747d8c5c6599acf6b84afeea92d (diff) | |
download | gitlab-ce-0fcdcadd75514fd8f1526bff2f1becb43c6d25f6.tar.gz |
Fixed issue with dropzone not working on new issuable
Closes #15295
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml index aed2622a6da..bae15b7f844 100644 --- a/app/views/shared/issuable/_form.html.haml +++ b/app/views/shared/issuable/_form.html.haml @@ -4,7 +4,7 @@ = f.label :title, class: 'control-label' .col-sm-10 = f.text_field :title, maxlength: 255, autofocus: true, autocomplete: 'off', - class: 'form-control pad js-gfm-input', required: true + class: 'form-control pad', required: true - if issuable.is_a?(MergeRequest) %p.help-block |