expose bulk revert interface

This commit is contained in:
r888888888
2017-03-21 14:40:06 -07:00
parent 91c21b1bac
commit 022d9ede7f
4 changed files with 31 additions and 12 deletions

View File

@@ -120,6 +120,7 @@
<% if CurrentUser.is_moderator? %>
<li><%= link_to("IP Bans", ip_bans_path) %></li>
<li><%= link_to("Bulk Revert", new_moderator_bulk_revert_path) %></li>
<% end %>
<% if CurrentUser.is_admin? %>