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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-29 00:59:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-29 00:59:36 +0400
commit376bec26de89c3d287560e5fe755deeaffc68d67 (patch)
tree6e92bd257be05af14b3a002c2ec7f9a90b0feb05 /config/routes.rb
parent34e15801845f806e0f0f04aff8ba78962f8a9086 (diff)
Added dashboard page. Projects page not root from now
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 0f380095d39..77c20380472 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -123,5 +123,5 @@ Gitlab::Application.routes.draw do
end
resources :notes, :only => [:index, :create, :destroy]
end
- root :to => "projects#index"
+ root :to => "dashboard#index"
end