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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 06:11:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-02 06:11:19 +0300
commit455e6650ee300263e78a8142d247f538c59737a6 (patch)
treeeef4664233aaa94e5ef828775c0f87166ceaecaa /app/views/projects/_import_project_pane.html.haml
parent023c40964548821664b2aa396b58c3f51ea30cc3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/_import_project_pane.html.haml')
-rw-r--r--app/views/projects/_import_project_pane.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/_import_project_pane.html.haml b/app/views/projects/_import_project_pane.html.haml
index afc7fb3d8b6..cc5271a1cd2 100644
--- a/app/views/projects/_import_project_pane.html.haml
+++ b/app/views/projects/_import_project_pane.html.haml
@@ -60,6 +60,8 @@
= render Pajamas::ButtonComponent.new(href: new_import_phabricator_path(namespace_id: namespace_id), icon: 'issues', button_options: { class: 'import_phabricator js-import-project-btn', data: { platform: 'phabricator', track_label: "#{track_label}", track_action: "click_button", track_property: "phabricator" } }) do
= _('Phabricator tasks')
+ = render_if_exists "projects/gitee_import_button", namespace_id: namespace_id, track_label: track_label
+
.js-toggle-content.toggle-import-form{ class: ('hide' if active_tab != 'import') }
= gitlab_ui_form_for @project, html: { class: 'new_project gl-show-field-errors js-project-import' } do |f|