UX: instead of total user count display only the count of users going to be affected.

edec922803
This commit is contained in:
Vinoth Kannan
2019-11-18 00:09:38 +05:30
parent 397852a9a6
commit 56b19ba740
4 changed files with 165 additions and 34 deletions

View File

@@ -74,6 +74,8 @@ Discourse::Application.routes.draw do
collection do
get "category/:id" => "site_settings#index"
end
put "user_count" => "site_settings#user_count"
end
get "reports" => "reports#index"