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
This commit is contained in:
Lin Jen-Shin 2016-10-14 20:11:56 +08:00
parent 7d97a22e86
commit 43973223af
1 changed files with 1 additions and 1 deletions

View File

@ -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)