debian-mirror-gitlab/app/views/projects/merge_requests/_pipelines.html.haml

5 lines
319 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- endpoint_path = local_assigns[:endpoint] || pipelines_project_merge_request_path(@project, @merge_request, format: :json)
2017-08-17 22:00:37 +05:30
- disable_initialization = local_assigns.fetch(:disable_initialization, false)
= render 'projects/commit/pipelines_list', endpoint: endpoint_path, disable_initialization: disable_initialization