summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_routing_helper.rb
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-15 00:03:42 +0300
committerFatih Acet <acetfatih@gmail.com>2016-09-15 00:05:23 +0300
commit798b17a35311d60fe18440bfc53dba3aadd7b099 (patch)
treeb142b341d4d5884d5aedc75f4ec3be9fe03c89e5 /app/helpers/gitlab_routing_helper.rb
parent74626106bb688b0b76b30fc00a71627d94806b3a (diff)
downloadgitlab-ce-798b17a35311d60fe18440bfc53dba3aadd7b099.tar.gz
Implement Cycle Analytics frontend.
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 a322a90cc4e..5b71113feb9 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -46,6 +46,10 @@ module GitlabRoutingHelper
namespace_project_environments_path(project.namespace, project, *args)
end
+ def project_cycle_analytics_path(project, *args)
+ namespace_project_cycle_analytics_path(project.namespace, project, *args)
+ end
+
def project_builds_path(project, *args)
namespace_project_builds_path(project.namespace, project, *args)
end