summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-14 08:46:35 +0000
committerRémy Coutable <remy@rymai.me>2017-04-14 08:46:35 +0000
commit75c3b8b5a2fc8bf5bd3a8c2faefeae5845120869 (patch)
treecf9ce6361badd454a255e62dab5941abbf36d407
parente33606556f53e3542fcd88cad6848852d31e8019 (diff)
parent045e4edc1abefe4c3c9d4a8064683f5414884b9f (diff)
downloadgitlab-ce-75c3b8b5a2fc8bf5bd3a8c2faefeae5845120869.tar.gz
Merge branch 'patch-14' into 'master'
Closes #28531 - Enable the import_url field. Closes #28531 See merge request !9438
-rw-r--r--app/views/shared/_import_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml
index 54b5ae2402e..1c7c73be933 100644
--- a/app/views/shared/_import_form.html.haml
+++ b/app/views/shared/_import_form.html.haml
@@ -2,7 +2,7 @@
= f.label :import_url, class: 'control-label' do
%span Git repository URL
.col-sm-10
- = f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git', disabled: true
+ = f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git'
.well.prepend-top-20
%ul