summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-27 11:02:54 +0100
committerPhil Hughes <me@iamphill.com>2016-06-28 12:06:28 +0100
commit0d6d8376e6038d2a0fb30f3f9916c9e3788fa275 (patch)
tree1972e0bb8b3144b7a5580191c960fff82d96841a
parent365015e3c935afd8e4d3073078712cccd3077204 (diff)
downloadgitlab-ce-build-reopen-json.tar.gz
Build path sends JSON file pathbuild-reopen-json
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 4e2702c2e44..d1c468c4692 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -67,4 +67,4 @@
= render "sidebar"
:javascript
- new CiBuild("#{namespace_project_build_url(@project.namespace, @project, @build)}", "#{@build.status}", "#{trace_with_state[:state]}")
+ new CiBuild("#{namespace_project_build_url(@project.namespace, @project, @build, :json)}", "#{@build.status}", "#{trace_with_state[:state]}")