diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-12 13:28:20 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-12 13:28:20 +0100 |
commit | d60820146f87863a1ef93ccdc678fd617029950a (patch) | |
tree | 57f9fa2af4875638727daefb11b9697ce9bd90f2 /lib | |
parent | dc67554c08ac6cfe23809af9f086336ca9ca740e (diff) | |
download | gitlab-ce-d60820146f87863a1ef93ccdc678fd617029950a.tar.gz |
Fix path to build status details in common helpers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/status/build/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/common.rb b/lib/gitlab/ci/status/build/common.rb index 2b602f1e247..3fec2c5d4db 100644 --- a/lib/gitlab/ci/status/build/common.rb +++ b/lib/gitlab/ci/status/build/common.rb @@ -10,7 +10,7 @@ module Gitlab def details_path namespace_project_build_path(subject.project.namespace, subject.project, - subject.pipeline) + subject) end end end |