Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 15:14:40 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-04 12:31:35 +0300
commitb0ddbaa07cd780b0ed86aa4e3c24744c6426b1e1 (patch)
treed091bf98b27dd68e9994e3004a4cdec9d39e71ef /app/helpers/gitlab_routing_helper.rb
parent011a905a821e2ff0cd2d9885ef93764018eb8346 (diff)
Added docker registry view
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-rw-r--r--app/helpers/gitlab_routing_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index f07eff3fb57..66cb41cc496 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -33,6 +33,10 @@ 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)
+ end
+
def activity_project_path(project, *args)
activity_namespace_project_path(project.namespace, project, *args)
end