extended user profile with social fields
This commit is contained in:
parent
9ad444f02e
commit
59704f481e
10 changed files with 93 additions and 4 deletions
|
@ -13,6 +13,7 @@ Gitlab::Application.routes.draw do
|
|||
get "errors/gitosis"
|
||||
get "profile/password", :to => "profile#password"
|
||||
put "profile/password", :to => "profile#password_update"
|
||||
put "profile/edit", :to => "profile#social_update"
|
||||
get "profile", :to => "profile#show"
|
||||
#get "profile/:id", :to => "profile#show"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue