diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-12 17:32:58 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-12 17:32:58 +0200 |
commit | ea787165b3a9604aa86304e29778066bb014824e (patch) | |
tree | acaf9cf04c004b43bb87001ddda17a1542fc68bf /config | |
parent | 97f4ffff1e7b5da94e18edc20c009ffb46784187 (diff) | |
download | gitlab-ce-ea787165b3a9604aa86304e29778066bb014824e.tar.gz |
Move 'clear checks' button to applicatoin settings
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb index c0ed99b1964..c163602126d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -267,10 +267,6 @@ Rails.application.routes.draw do post :repository_check end - collection do - put :clear_repository_check_states - end - resources :runner_projects end end @@ -286,6 +282,7 @@ Rails.application.routes.draw do resource :application_settings, only: [:show, :update] do resources :services put :reset_runners_token + put :clear_repository_check_states end resources :labels |