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-01-30 02:45:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-30 02:45:35 +0400
commit8ebfae9a0770ce1ba5afa121a484f70ab9ce9110 (patch)
tree007e2f528ac100b1f1c3478bb32782d8dcbeeb1e /config/routes.rb
parent6572d96bb5468b9cdf17c34aec83224ad1840369 (diff)
parentb51252e6cac2e413e6e39b53964a57d1b29ac12f (diff)
Merge branch 'bootstrap'
Conflicts: Gemfile app/views/commits/_commits.html.haml app/views/projects/empty.html.haml
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 df079238767..05d96e91d9c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -106,5 +106,5 @@ Gitlab::Application.routes.draw do
end
resources :notes, :only => [:create, :destroy]
end
- root :to => "dashboard#index"
+ root :to => "projects#index"
end