diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 16:03:37 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 16:03:37 -0700 |
commit | 0414b2ae98180f1a462aae5300ba0fde94614cb4 (patch) | |
tree | 75fb6926705d3cf6b3fefdaf03fbb4f923cf0557 /config | |
parent | 83f7e98d9a672158d5c754307ab471fd50c5b2a3 (diff) | |
download | gitlab-ce-0414b2ae98180f1a462aae5300ba0fde94614cb4.tar.gz |
Remove projects page from dashboard
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 637b855e661..889995e92a6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -208,7 +208,6 @@ Gitlab::Application.routes.draw do # resource :dashboard, controller: 'dashboard', only: [:show] do member do - get :projects get :issues get :merge_requests end |