debian-mirror-gitlab/app/views/projects/merge_requests/_pipelines.html.haml
2017-09-10 17:25:29 +05:30

4 lines
319 B
Text

- endpoint_path = local_assigns[:endpoint] || pipelines_project_merge_request_path(@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