summaryrefslogtreecommitdiff
path: root/app/views/projects/builds/show.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-03 15:40:10 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-17 11:18:53 -0500
commit0b9cd0a1f635d1e3751aa1279d52292d23a0a9dc (patch)
treee34ea0db03d376eb0a89173ed78fbbeeff9008e8 /app/views/projects/builds/show.html.haml
parentf97939a791ae1e71f8e9d366cdfe106decb9545e (diff)
downloadgitlab-ce-0b9cd0a1f635d1e3751aa1279d52292d23a0a9dc.tar.gz
Populate dropdowns with current build on pageload
Diffstat (limited to 'app/views/projects/builds/show.html.haml')
-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 2302aa2d1e7..5f7c66e4dd2 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -82,4 +82,4 @@
= render "sidebar"
:javascript
- new Build("#{namespace_project_build_url(@project.namespace, @project, @build)}", "#{namespace_project_build_url(@project.namespace, @project, @build, :json)}", "#{@build.status}", "#{trace_with_state[:state]}")
+ new Build("#{namespace_project_build_url(@project.namespace, @project, @build)}", "#{namespace_project_build_url(@project.namespace, @project, @build, :json)}", "#{@build.status}", "#{@build.stage}", "#{@build.name}", "#{trace_with_state[:state]}")