diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-28 12:33:54 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-28 12:33:54 +0100 |
commit | c9af886df9b83e7f3f9b131f19184546fbeac9de (patch) | |
tree | ce48e418880c4ced5fffc7e4ef3d33c314b7afcd /config | |
parent | b6d1d25d43fc562fd3a05ae67da7de01f7d36206 (diff) | |
download | gitlab-ce-c9af886df9b83e7f3f9b131f19184546fbeac9de.tar.gz |
Remove deprecated CI events from project settings page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index f6812c9280a..0458f538eb6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,8 +23,6 @@ Gitlab::Application.routes.draw do end resources :runner_projects, only: [:create, :destroy] - - resources :events, only: [:index] end resource :user_sessions do |