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

show.html.haml « jira « import « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29296ce23c9a78f75090fda69e7675108ba129d7 (plain)
1
2
3
4
5
6
7
.js-jira-import-root{ data: { project_path: @project.full_path,
  issues_path: project_issues_path(@project),
  jira_integration_path: edit_project_service_path(@project, :jira),
  is_jira_configured: @project.jira_integration&.configured?.to_s,
  in_progress_illustration: image_path('illustrations/export-import.svg'),
  project_id: @project.id,
  setup_illustration: image_path('illustrations/manual_action.svg') } }