Add projects page to dashboard. Remove projects pagination on dashboard

This commit is contained in:
Dmitriy Zaporozhets 2013-01-27 12:34:27 +02:00
parent b68bba441e
commit bd3b677b86
5 changed files with 71 additions and 24 deletions

View file

@ -119,6 +119,7 @@ Gitlab::Application.routes.draw do
# Dashboard Area
#
get "dashboard" => "dashboard#index"
get "dashboard/projects" => "dashboard#projects"
get "dashboard/issues" => "dashboard#issues"
get "dashboard/merge_requests" => "dashboard#merge_requests"