diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-12 13:03:04 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-12 13:03:04 -0500 |
commit | 5c2f2fd2890b7efd7a63f9a371b2f795f2e9fa43 (patch) | |
tree | 473a1f9f2fc6c9d33a968218338815e2d84479af /app/helpers | |
parent | 4d84ba43d8db6a205e79dd8cf723be7ceebf6925 (diff) | |
download | gitlab-ce-5c2f2fd2890b7efd7a63f9a371b2f795f2e9fa43.tar.gz |
Fix CI tests
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/gitlab_routing_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb index dd9536b1460..2ce2d4e694f 100644 --- a/app/helpers/gitlab_routing_helper.rb +++ b/app/helpers/gitlab_routing_helper.rb @@ -34,7 +34,7 @@ module GitlabRoutingHelper end def project_container_registry_path(project, *args) - namespace_project_container_registry_index_url(project.namespace, project, *args) + namespace_project_container_registry_index_path(project.namespace, project, *args) end def activity_project_path(project, *args) |