users with no negative feedback can now change their names

This commit is contained in:
albert
2011-12-20 16:18:35 -05:00
parent 30fb0b660c
commit 5e3b243b67
6 changed files with 48 additions and 6 deletions

View File

@@ -9,8 +9,7 @@ class PopularPostExplorer
private
def load_posts
# Post.tag_match("order:rank").where("image_width >= ?", Danbooru.config.medium_image_width).limit(5).offset(offset)
@posts = Post.where("image_width >= ?", Danbooru.config.medium_image_width).limit(50)
Post.tag_match("order:rank").where("image_width >= ?", Danbooru.config.medium_image_width).limit(5).offset(offset)
end
def sort_posts