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-26 20:00:56 +0300
commit626d5caf0fb4fe242c24dda294457479eebe6c16 (patch)
treefd80110873bd3a149de82f5deddd9d9141db2f93 /config/routes
parent4090362ed34b459cd8ace3db8b98bc01877fe07a (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 365797cb688..725549beb7e 100644
--- a/config/routes/instance_statistics.rb
+++ b/config/routes/instance_statistics.rb
@@ -1,5 +1,5 @@
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