Update _pipelines.html.haml

This commit is contained in:
Kamil Trzciński 2017-02-07 15:49:48 +00:00
parent 5d25871cee
commit edebf5389f

View file

@ -1,3 +1,3 @@
- endpoint_path = local_assigns[:endpoint] || pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request)
- endpoint_path = local_assigns[:endpoint] || pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request, format: :json)
= render 'projects/commit/pipelines_list', endpoint: endpoint_path