Added dashboard page. Projects page not root from now

This commit is contained in:
Dmitriy Zaporozhets 2012-02-28 22:59:36 +02:00
parent 34e1580184
commit 376bec26de
16 changed files with 141 additions and 39 deletions

View file

@ -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