Enable the import_url field.

Closes #28531
The field should be enabled on `project/import/new`.
It shouldn't hurt to have the field enabled on `projects/new` as well.
This commit is contained in:
Rune Philosof 2017-02-22 09:22:54 +00:00
parent a7a0873829
commit 045e4edc1a
1 changed files with 1 additions and 1 deletions

View File

@ -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