Commit ce0f5c63 authored by Eric Eastwood's avatar Eric Eastwood
parent 08b88d89
...@@ -19,12 +19,9 @@ ...@@ -19,12 +19,9 @@
%p %p
= _('All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings.') = _('All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings.')
-# EE-specific start -# EE-specific start
<<<<<<< HEAD
- if ci_cd_projects_available? - if ci_cd_projects_available?
%p %p
= _('To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>.').html_safe = _('To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>.').html_safe
=======
>>>>>>> upstream/master
-# EE-specific end -# EE-specific end
.md .md
= brand_new_project_guidelines = brand_new_project_guidelines
...@@ -50,10 +47,7 @@ ...@@ -50,10 +47,7 @@
%span.hidden-xs Import project %span.hidden-xs Import project
%span.visible-xs Import %span.visible-xs Import
-# EE-specific start -# EE-specific start
<<<<<<< HEAD
= render 'new_ci_cd_only_project_tab', active_tab: active_tab = render 'new_ci_cd_only_project_tab', active_tab: active_tab
=======
>>>>>>> upstream/master
-# EE-specific end -# EE-specific end
.tab-content.gitlab-tab-content .tab-content.gitlab-tab-content
...@@ -122,10 +116,7 @@ ...@@ -122,10 +116,7 @@
-# EE-specific start -# EE-specific start
<<<<<<< HEAD
= render 'new_ci_cd_only_project_pane', active_tab: active_tab = render 'new_ci_cd_only_project_pane', active_tab: active_tab
=======
>>>>>>> upstream/master
-# EE-specific end -# EE-specific end
.save-project-loader.hide .save-project-loader.hide
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
%ul %ul
%li %li
= _('The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>.').html_safe = _('The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>.').html_safe
<<<<<<< HEAD
%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>.').html_safe = _('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>.').html_safe
%li %li
...@@ -27,14 +26,4 @@ ...@@ -27,14 +26,4 @@
-# EE-specific start -# EE-specific start
= render 'shared/ee/import_form', f: f unless ci_cd_only = render 'shared/ee/import_form', f: f unless ci_cd_only
=======
%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>.').html_safe
%li
= import_will_timeout_message(ci_cd_only)
%li
= import_svn_message(ci_cd_only)
-# EE-specific start
>>>>>>> upstream/master
-# EE-specific end -# EE-specific end
...@@ -10,7 +10,6 @@ You can import your existing repositories by providing the Git URL: ...@@ -10,7 +10,6 @@ You can import your existing repositories by providing the Git URL:
1. Once complete, you will be redirected to your newly created project 1. Once complete, you will be redirected to your newly created project
![Import project by repo URL](img/import_projects_from_repo_url.png) ![Import project by repo URL](img/import_projects_from_repo_url.png)
<<<<<<< HEAD
## CI/CD for external repositories ## CI/CD for external repositories
...@@ -29,5 +28,3 @@ but [can be re-enabled later on](../settings/index.md#sharing-and-permissions). ...@@ -29,5 +28,3 @@ but [can be re-enabled later on](../settings/index.md#sharing-and-permissions).
[ee-4642]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4642 [ee-4642]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4642
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/products/
=======
>>>>>>> upstream/master
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