mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
added delete all posts button
wired up the ability to enable all themes
This commit is contained in:
@ -30,6 +30,7 @@ Discourse::Application.routes.draw do
|
||||
put 'approve-bulk' => 'users#approve_bulk'
|
||||
end
|
||||
put 'ban' => 'users#ban'
|
||||
put 'delete_all_posts' => 'users#delete_all_posts'
|
||||
put 'unban' => 'users#unban'
|
||||
put 'revoke_admin' => 'users#revoke_admin'
|
||||
put 'grant_admin' => 'users#grant_admin'
|
||||
|
Reference in New Issue
Block a user