summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-02-07 15:49:48 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-02-07 15:49:48 +0000
commitedebf5389ff9907b0c3d4c5496b3e947c43bc3ff (patch)
treeacff0f806fd1321758899043b1ed368dd3f2635b
parent5d25871cee582b94d28f527ecb2074008e8528dc (diff)
downloadgitlab-ce-edebf5389ff9907b0c3d4c5496b3e947c43bc3ff.tar.gz
Update _pipelines.html.haml
-rw-r--r--app/views/projects/merge_requests/show/_pipelines.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_pipelines.html.haml b/app/views/projects/merge_requests/show/_pipelines.html.haml
index 6c243c866c8..de4aa255bbd 100644
--- a/app/views/projects/merge_requests/show/_pipelines.html.haml
+++ b/app/views/projects/merge_requests/show/_pipelines.html.haml
@@ -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