Commit 43973223 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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
parent 7d97a22e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment