Add revoke all blocks link
This commit is contained in:
parent
f73b7205f4
commit
8682b58154
6 changed files with 55 additions and 1 deletions
|
@ -321,6 +321,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
get "/blocks/new/:display_name" => "user_blocks#new", :as => "new_user_block"
|
||||
resources :user_blocks
|
||||
match "/blocks/:id/revoke" => "user_blocks#revoke", :via => [:get, :post], :as => "revoke_user_block"
|
||||
match "/user/:display_name/blocks/revoke_all" => "user_blocks#revoke_all", :via => [:get, :post], :as => "revoke_all_user_blocks"
|
||||
|
||||
# issues and reports
|
||||
resources :issues do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue