diff --git a/app/controllers/spam2_controller.rb b/app/controllers/spam2_controller.rb index a41ba4238c..172ab3150c 100644 --- a/app/controllers/spam2_controller.rb +++ b/app/controllers/spam2_controller.rb @@ -76,7 +76,7 @@ def _spam_queue def _spam_users if logged_in_as(%w(moderator admin)) - @users = User.paginate(page: params[:page], per_page: params[:pagination]) + @users = User.paginate(page: params[:page], per_page: params[:pagination]).order('created_at DESC') @users = case params[:type] when 'banned' @users.where('rusers.status = 0') diff --git a/app/views/spam2/_insights.html.erb b/app/views/spam2/_insights.html.erb index c7386520c9..9a1cedc6b3 100644 --- a/app/views/spam2/_insights.html.erb +++ b/app/views/spam2/_insights.html.erb @@ -3,8 +3,8 @@
Unmoderated
@@ -12,8 +12,8 @@
Spammed
@@ -21,8 +21,8 @@
Flagged
@@ -30,13 +30,12 @@
Published
-

* The above stats are for past month

Moderation graph

diff --git a/app/views/spam2/_spam.html.erb b/app/views/spam2/_spam.html.erb index ad484dfac0..b83f21f802 100644 --- a/app/views/spam2/_spam.html.erb +++ b/app/views/spam2/_spam.html.erb @@ -27,18 +27,22 @@ active <% end %>" href="/spam2/insights"> Insights - active <% end %>" href="/spam2/filter/all/30"> Moderation - active <% end %>" id="wiki_drop" href="/spam2/filter/wiki/30" > Wiki - active <% end %>" href="/spam2/queue/filter/everything" > Queue - active <% end %>" href="/spam2/revisions"> Revision - active <% end %>" href="/spam2/comments/filter/all/30" > Comments - active <% end %>" href="/spam2/flags/filter/all/30" > Flag - active <% end %>" href="/spam2/users/filter/all/30"> User moderation + active <% end %>" href="/spam2/filter/all/30"> Moderation + active <% end %>" id="wiki_drop" href="/spam2/filter/wiki/30" > Wiki + active <% end %>" href="/spam2/queue/filter/everything" > Queue + active <% end %>" href="/spam2/revisions"> Revision + active <% end %>" href="/spam2/comments/filter/all/30" > Comments + active <% end %>" href="/spam2/flags/filter/all/30" > Flag + active <% end %>" href="/spam2/users/filter/all/30"> User moderation