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:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-04-20 20:41:49 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-04-20 20:41:49 +0400
commit35e21b3402ae934a33b31aa7d6049abaf861f766 (patch)
treebacd4f045419d02318d5eb9183c3f029b6c61a87 /config/routes.rb
parent1d601616a33aaa95e2ac7b21ff041b4a840df33c (diff)
Admin dashboard
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 6e29ec7e3dd..a6e32bc1f5b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -29,7 +29,7 @@ Gitlab::Application.routes.draw do
get 'mailer/preview_note'
get 'mailer/preview_user_new'
get 'mailer/preview_issue_new'
- root :to => "users#index"
+ root :to => "dashboard#index"
end
get "errors/githost"