summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_routing_helper.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-08 22:50:30 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-08 22:50:30 +0200
commit5196f8e993491e8e9dea6e36a7c5c3b8d95a5491 (patch)
tree23534c41519d8ac4f076d60e793b6b6d1964b193 /app/helpers/gitlab_routing_helper.rb
parent9e619d3813764566e5f4c0208e5f2c7365351808 (diff)
downloadgitlab-ce-5196f8e993491e8e9dea6e36a7c5c3b8d95a5491.tar.gz
WIP
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-rw-r--r--app/helpers/gitlab_routing_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index 66cb41cc496..dd9536b1460 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -33,8 +33,8 @@ module GitlabRoutingHelper
namespace_project_builds_path(project.namespace, project, *args)
end
- def project_images_path(project, *args)
- namespace_project_images_path(project.namespace, project, *args)
+ def project_container_registry_path(project, *args)
+ namespace_project_container_registry_index_url(project.namespace, project, *args)
end
def activity_project_path(project, *args)