debian-mirror-gitlab/app/views/projects/merge_requests/show/_pipelines.html.haml
2017-08-17 22:00:37 +05:30

4 lines
349 B
Text

- 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