Password & token split up, icon to button for top panel

This commit is contained in:
Dmitriy Zaporozhets 2012-05-19 12:00:46 +03:00
parent eb25bfe2b2
commit 1e4d15b406
13 changed files with 108 additions and 92 deletions

View file

@ -35,6 +35,7 @@ Gitlab::Application.routes.draw do
get "errors/githost"
get "profile/password", :to => "profile#password"
put "profile/password", :to => "profile#password_update"
get "profile/token", :to => "profile#token"
put "profile/reset_private_token", :to => "profile#reset_private_token"
get "profile", :to => "profile#show"
get "profile/design", :to => "profile#design"