Commit f44bea37 authored by Filipa Lacerda's avatar Filipa Lacerda

Ports style changes fixed in a conflict in ce to ee upstream to master for new projects page

parent 9fe4bccc
.form-group.import-url-data .form-group.import-url-data
= f.label :import_url, class: 'control-label' do = f.label :import_url, class: 'control-label' do
%span Git repository URL %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'
.well.prepend-top-20 = f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git'
%ul
%li .well.prepend-top-20
The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>. %ul
%li %li
If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>. The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>.
%li %li
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination. If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>.
%li %li
To migrate an SVN repository, check out #{link_to "this document", help_page_path('workflow/importing/migrating_from_svn')}. The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
%li %li
The Git LFS objects will <strong>not</strong> be imported. To migrate an SVN repository, check out #{link_to "this document", help_page_path('workflow/importing/migrating_from_svn')}.
%li %li
Once imported, repositories can be mirrored over SSH. Read more The Git LFS objects will <strong>not</strong> be imported.
= link_to 'here', help_page_path('/workflow/repository_mirroring.md', anchor: 'ssh-authentication') %li
Once imported, repositories can be mirrored over SSH. Read more
= link_to 'here', help_page_path('/workflow/repository_mirroring.md', anchor: 'ssh-authentication')
.form-group .form-group
.col-sm-offset-2.col-sm-10 = f.label :mirror, class: 'control-label' do
.checkbox = f.check_box :mirror, disabled: true
= f.label :mirror do %strong
= f.check_box :mirror, disabled: true Mirror repository
%strong .help-block
Mirror repository Automatically update this project's branches and tags from the upstream
.help-block repository every hour. The Git LFS objects will not be synced.
Automatically update this project's branches and tags from the upstream
repository every hour. The Git LFS objects will not be synced.
= f.hidden_field :mirror_user_id, value: current_user.id = f.hidden_field :mirror_user_id, value: current_user.id
---
title: Ports style changes fixed in a conflict in ce to ee upstream to master for
new projects page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment