summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-15 23:00:32 +0100
committerPhil Hughes <me@iamphill.com>2016-04-15 23:00:32 +0100
commit0fcdcadd75514fd8f1526bff2f1becb43c6d25f6 (patch)
tree9fe98e3b7d8450d5e8dff42bc974016a1f6c3d6e
parentddec8e777f31d747d8c5c6599acf6b84afeea92d (diff)
downloadgitlab-ce-0fcdcadd75514fd8f1526bff2f1becb43c6d25f6.tar.gz
Fixed issue with dropzone not working on new issuable
Closes #15295
-rw-r--r--app/views/shared/issuable/_form.html.haml2
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