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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-17 00:33:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-17 00:33:03 +0400
commitc9def945d4222eeb8026a0311495259bf99267a1 (patch)
tree994d8ae8879ff2f1453e558582dcc1b0ef6b74d3 /config/routes.rb
parentc0df0cd70c9036c2b3bf11f823d61a3618e6d16a (diff)
User blocking improved. Admin area styled
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c13ffd03dcc..6e29ec7e3dd 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -14,6 +14,8 @@ Gitlab::Application.routes.draw do
resources :users do
member do
put :team_update
+ put :block
+ put :unblock
end
end
resources :projects, :constraints => { :id => /[^\/]+/ } do