Merge branch 'patch-14' into 'master'

Closes #28531 - Enable the import_url field.

Closes #28531

See merge request !9438
This commit is contained in:
Rémy Coutable 2017-04-14 08:46:35 +00:00
commit 75c3b8b5a2
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