Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 18:32:58 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 18:32:58 +0300
commitea787165b3a9604aa86304e29778066bb014824e (patch)
treeacaf9cf04c004b43bb87001ddda17a1542fc68bf /config
parent97f4ffff1e7b5da94e18edc20c009ffb46784187 (diff)
Move 'clear checks' button to applicatoin settings
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb5
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