- ci_cd_only = local_assigns.fetch(:ci_cd_only, false) .form-group.row.import-url-data = f.label :import_url, class: 'label-light' do %span = _('Git repository URL') = f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git', required: true .card.prepend-top-20 %ul %li = _('The repository must be accessible over http://, https:// or git://.').html_safe %li = _('If your HTTP repository is not publicly accessible, add authentication information to the URL: https://username:password@gitlab.company.com/group/project.git.').html_safe %li = import_will_timeout_message(ci_cd_only) %li = import_svn_message(ci_cd_only)