Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-22 05:56:29 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-22 05:56:29 +0300
commit44b4a31b40336c7bed36031ff24d092ab421a041 (patch)
treecffb6b818f78e5d42ebb6e26494bfdd84bd2ae9c /app/views/shared/_import_form.html.haml
parente63b65cd4f5d8298cb0441a5e0e5a0321f739367 (diff)
Resolve CE/EE diffs in import form
Part of single codebase changes.
Diffstat (limited to 'app/views/shared/_import_form.html.haml')
-rw-r--r--app/views/shared/_import_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml
index 7b593ca4f76..3ee713cf499 100644
--- a/app/views/shared/_import_form.html.haml
+++ b/app/views/shared/_import_form.html.haml
@@ -18,3 +18,6 @@
= import_will_timeout_message(ci_cd_only)
%li
= import_svn_message(ci_cd_only)
+ = render_if_exists 'shared/ci_cd_only_link', ci_cd_only: ci_cd_only
+
+= render_if_exists 'shared/ee/import_form', f: f, ci_cd_only: ci_cd_only