Add projects page to dashboard. Remove projects pagination on dashboard
This commit is contained in:
parent
b68bba441e
commit
bd3b677b86
5 changed files with 71 additions and 24 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue