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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-23 16:29:54 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-27 16:54:27 +0300
commit1a611cf1e5b0a7953fbb2a064aec72ed92b9e735 (patch)
tree50c234c48a7eb01682dbaae5cacd7990e70ebe41 /config/routes
parent53c327173e47b2ec91279b4f6bdbd625f6c58595 (diff)
Scope instance_statistics to dash
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/instance_statistics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/instance_statistics.rb b/config/routes/instance_statistics.rb
index 338511b4dc1..1102ef6b017 100644
--- a/config/routes/instance_statistics.rb
+++ b/config/routes/instance_statistics.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
namespace :instance_statistics do
- root to: redirect("instance_statistics/conversational_development_index")
+ root to: redirect('-/instance_statistics/conversational_development_index')
resources :cohorts, only: :index
resources :conversational_development_index, only: :index