user dashboard
This commit is contained in:
parent
267bd6068c
commit
485c5199b7
7 changed files with 73 additions and 4 deletions
|
@ -15,6 +15,7 @@ Gitlab::Application.routes.draw do
|
|||
put "profile/password", :to => "profile#password_update"
|
||||
put "profile/edit", :to => "profile#social_update"
|
||||
get "profile", :to => "profile#show"
|
||||
get "dashboard", :to => "dashboard#index"
|
||||
#get "profile/:id", :to => "profile#show"
|
||||
|
||||
resources :projects, :only => [:new, :create, :index]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue