add targeted post down voting report, add delayed job plugin to disable statement timeout

This commit is contained in:
r888888888
2017-10-10 12:56:57 -07:00
parent 51867a8c64
commit 13f7d7e66d
6 changed files with 48 additions and 1 deletions

View File

@@ -56,6 +56,10 @@
<% end %>
<li><%= link_to "Replace Image", new_post_replacement_path(:post_id => post.id), :id => "replace-image" %></li>
<% if CurrentUser.is_moderator? %>
<li><%= link_to "Down vote report", reports_down_voting_post_path(post_id: post.id) %></li>
<% end %>
<% end %>
<% end %>
<% end %>