remove anti voters, extend post vote lifetime to 90 days, add minimum score threshold for super voters

This commit is contained in:
r888888888
2016-09-23 11:03:09 -07:00
parent c8c99e9b9c
commit 09ec2dfc08
5 changed files with 7 additions and 39 deletions

View File

@@ -1,15 +0,0 @@
<div id="c-super-voters">
<div id="a-index">
<h1>Anti Voters</h1>
<ul>
<% @anti_voters.each do |anti_voter| %>
<li><%= link_to_if CurrentUser.user.is_janitor?, anti_voter.user.name, posts_path(tags: "upvote:#{anti_voter.user.name}") %></li>
<% end %>
</ul>
</div>
</div>
<% content_for(:page_title) do %>
Anti Voters - <%= Danbooru.config.app_name %>
<% end %>