Design tab for profile. Colorscheme as db value

This commit is contained in:
Dmitriy Zaporozhets 2011-12-20 22:47:09 +02:00
parent 2f7b671619
commit 9a2a861276
15 changed files with 100 additions and 66 deletions

View file

@ -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"