user dashboard

This commit is contained in:
gitlabhq 2011-10-31 22:57:16 +02:00
parent 267bd6068c
commit 485c5199b7
7 changed files with 73 additions and 4 deletions

View file

@ -15,6 +15,7 @@ Gitlab::Application.routes.draw do
put "profile/password", :to => "profile#password_update"
put "profile/edit", :to => "profile#social_update"
get "profile", :to => "profile#show"
get "dashboard", :to => "dashboard#index"
#get "profile/:id", :to => "profile#show"
resources :projects, :only => [:new, :create, :index]