From 43973223af6755c8213e639e616bc788d7c0493c Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Fri, 14 Oct 2016 20:11:56 +0800 Subject: [PATCH] Add back the space which Sublime can't easily tell: Failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/5116496 Reason why I can't see this: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16958250 --- app/helpers/gitlab_routing_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb index 1e081335865..bccf64d1aac 100644 --- a/app/helpers/gitlab_routing_helper.rb +++ b/app/helpers/gitlab_routing_helper.rb @@ -99,7 +99,7 @@ module GitlabRoutingHelper end def pipeline_build_url(pipeline, build, *args) - namespace_project_build_url(pipeline.project.namespace, pipeline.project,build.id, *args) + namespace_project_build_url(pipeline.project.namespace, pipeline.project, build.id, *args) end def commits_url(entity, *args)