summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-06-06 22:21:39 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-06-06 23:12:33 +0800
commitc81db2442029417cf2836c62093b6772e35d2164 (patch)
treef9ad9733e5f8e1ff0bff28ed9c937dda5000f350 /app
parent35083dc9e799cafb74614f04fafd5e6b5350fd21 (diff)
downloadgitlab-ce-c81db2442029417cf2836c62093b6772e35d2164.tar.gz
Fix raw_path with the new job path, rename to job
in the tests
Diffstat (limited to 'app')
-rw-r--r--app/serializers/build_details_entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/build_details_entity.rb b/app/serializers/build_details_entity.rb
index 0063920e603..8eaccb2347c 100644
--- a/app/serializers/build_details_entity.rb
+++ b/app/serializers/build_details_entity.rb
@@ -28,7 +28,7 @@ class BuildDetailsEntity < BuildEntity
end
expose :raw_path do |build|
- raw_namespace_project_build_path(project.namespace, project, build)
+ raw_namespace_project_job_path(project.namespace, project, build)
end
private