summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/show/_pipelines.html.haml
blob: 2f1dbe87619431c39b3bb63fd4b32aca4c50ea5c (plain)
1
2
3
4
- endpoint_path = local_assigns[:endpoint] || pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request, format: :json)
- disable_initialization = local_assigns.fetch(:disable_initialization, false)

= render 'projects/commit/pipelines_list', endpoint: endpoint_path, disable_initialization: disable_initialization