summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_routing_helper.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-10-14 20:11:56 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-14 20:11:56 +0800
commit43973223af6755c8213e639e616bc788d7c0493c (patch)
treed39c12710b262cd024b2519682f067d625da70ad /app/helpers/gitlab_routing_helper.rb
parent7d97a22e860b92a58f862214a6d13f9e5e29c64a (diff)
downloadgitlab-ce-43973223af6755c8213e639e616bc788d7c0493c.tar.gz
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
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-rw-r--r--app/helpers/gitlab_routing_helper.rb2
1 files changed, 1 insertions, 1 deletions
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)