summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_pipelines_list.haml
blob: 7f52e6ed7ebae5631704a2248efbd833f2eed929 (plain)
1
2
3
4
5
6
7
- disable_initialization = local_assigns.fetch(:disable_initialization, false)
#commit-pipeline-table-view{ data: { disable_initialization: disable_initialization,
  endpoint: endpoint,
  "empty-state-svg-path" => image_path('illustrations/pipelines_empty.svg'),
  "error-state-svg-path" => image_path('illustrations/pipelines_failed.svg'),
  "project-id": @project.id,
} }