Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-19 13:00:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-19 13:25:56 +0400
commit1e4d15b406de131d1260f1477d0077c6f5e93ddd (patch)
treeb9fab0ca1afe6cb11332b43b9e841687639c9e1f /config/routes.rb
parenteb25bfe2b2233761115efa31577d70e9954f66d1 (diff)
Password & token split up, icon to button for top panel
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e137ff717e1..d409d508723 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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"