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>2011-12-21 00:47:09 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-21 00:47:09 +0400
commit9a2a8612769d472503b367fa35e99f6fb2876704 (patch)
tree26cdb4e66b5e664fe4bcd57d011c54c9c9c26ded /config/routes.rb
parent2f7b67161952fc9ab322eba6878511b5f2dd5cf1 (diff)
Design tab for profile. Colorscheme as db valuev2.0.0
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1fbbbfd536a..882ba00a6b2 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -19,8 +19,9 @@ Gitlab::Application.routes.draw do
get "profile/password", :to => "profile#password"
put "profile/password", :to => "profile#password_update"
put "profile/reset_private_token", :to => "profile#reset_private_token"
- put "profile/edit", :to => "profile#social_update"
get "profile", :to => "profile#show"
+ get "profile/design", :to => "profile#design"
+ put "profile/update", :to => "profile#update"
get "dashboard", :to => "dashboard#index"
get "dashboard/issues", :to => "dashboard#issues"