summaryrefslogtreecommitdiff
path: root/app/views/projects/import/jira/show.html.haml
blob: 2605ebc544f2717596de9efb65bd1d94a592491e (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_settings_integration_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') } }