Skip to content
Snippets Groups Projects
Commit e56b2001 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'patch-14' into 'master'

Closes #28531 - Enable the import_url field.

Closes #28531

See merge request !9438

Former-commit-id: 75c3b8b5
parents 45dc7753 07dacce5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment