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>2020-07-15 18:09:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 18:09:21 +0300
commite69e3f1eb695b4e852c56e7ddf8c52915ae2631b (patch)
treef0a093bc9faf84f94c75401e5c8c3754ee24ee0e /app/views/projects/import
parent9215d9f7619929f9da16744fa37636635b66949b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/import')
-rw-r--r--app/views/projects/import/jira/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/import/jira/show.html.haml b/app/views/projects/import/jira/show.html.haml
index fe6cc6fa828..3c0664e4d5f 100644
--- a/app/views/projects/import/jira/show.html.haml
+++ b/app/views/projects/import/jira/show.html.haml
@@ -3,4 +3,5 @@
jira_integration_path: edit_project_service_path(@project, :jira),
is_jira_configured: @project.jira_service&.active? && @project.jira_service&.valid_connection?.to_s,
in_progress_illustration: image_path('illustrations/export-import.svg'),
+ project_id: @project.id,
setup_illustration: image_path('illustrations/manual_action.svg') } }