Projects page as dashboard. Old dashboard removed
This commit is contained in:
parent
5f31989a05
commit
95fde9bd7a
13 changed files with 37 additions and 208 deletions
|
@ -38,12 +38,8 @@ Gitlab::Application.routes.draw do
|
|||
get "profile/design", :to => "profile#design"
|
||||
put "profile/update", :to => "profile#update"
|
||||
|
||||
get "dashboard", :to => "dashboard#index"
|
||||
get "dashboard/issues", :to => "dashboard#issues"
|
||||
get "dashboard/merge_requests", :to => "dashboard#merge_requests"
|
||||
get "dashboard/activities", :to => "dashboard#activities"
|
||||
|
||||
#get "profile/:id", :to => "profile#show"
|
||||
|
||||
resources :projects, :constraints => { :id => /[^\/]+/ }, :only => [:new, :create, :index]
|
||||
resources :keys
|
||||
|
@ -131,5 +127,5 @@ Gitlab::Application.routes.draw do
|
|||
end
|
||||
resources :notes, :only => [:index, :create, :destroy]
|
||||
end
|
||||
root :to => "dashboard#index"
|
||||
root :to => "projects#index"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue