Added dashboard page. Projects page not root from now
This commit is contained in:
parent
34e1580184
commit
376bec26de
16 changed files with 141 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue