summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-22 03:56:29 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-22 03:56:29 +0100
commit44b4a31b40336c7bed36031ff24d092ab421a041 (patch)
treecffb6b818f78e5d42ebb6e26494bfdd84bd2ae9c /app/views/shared
parente63b65cd4f5d8298cb0441a5e0e5a0321f739367 (diff)
downloadgitlab-ce-44b4a31b40336c7bed36031ff24d092ab421a041.tar.gz
Resolve CE/EE diffs in import form
Part of single codebase changes.
Diffstat (limited to 'app/views/shared')
-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