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

_pipelines_list.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81c354f1c8faa98718a4bbcaf8b975c2be6db90a (plain)
1
2
3
4
5
6
7
8
9
- disable_initialization = local_assigns.fetch(:disable_initialization, false)
#commit-pipeline-table-view{ data: { disable_initialization: disable_initialization,
  endpoint: endpoint,
  "help-page-path" => help_page_path('ci/quick_start/README'),
  "help-auto-devops-path" => help_page_path('topics/autodevops/index.md'),
  "empty-state-svg-path" => image_path('illustrations/pipelines_empty.svg'),
  "error-state-svg-path" => image_path('illustrations/pipelines_failed.svg'),
  "project-id": @project.id,
} }