restyle mod dashboard

This commit is contained in:
albert
2013-02-23 18:50:00 -05:00
parent 5732e168ff
commit a60eae695a
2 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ module Moderator
AND comments.score < 0
AND users.level <= ?
GROUP BY comment_votes.comment_id
HAVING count(*) >= 3
HAVING count(*) >= 3
ORDER BY count(*) DESC
LIMIT 10
EOS