diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-21 12:34:09 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-21 12:34:25 +0200 |
commit | c21d46c29ffe2547cb454c2658fa9644a19f1dd8 (patch) | |
tree | b74edde34e631d900d9d564b86880e3e0c785996 /app/views | |
parent | d25b50fda63e830cb2c87281bba064b71185e712 (diff) | |
download | gitlab-ce-c21d46c29ffe2547cb454c2658fa9644a19f1dd8.tar.gz |
Fix build trace updatingfix-build-trace-updating
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/builds/show.html.haml | 2 |
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 c45bfb27b8f..3a8172dc8e6 100644 --- a/app/views/projects/builds/show.html.haml +++ b/app/views/projects/builds/show.html.haml @@ -175,4 +175,4 @@ :javascript - new CiBuild("#{namespace_project_build_path(@project.namespace, @project, @build)}", "#{@build.status}") + new CiBuild("#{namespace_project_build_url(@project.namespace, @project, @build)}", "#{@build.status}") |