Add "disable all blacklists" link

#2474
This commit is contained in:
Toks
2015-08-06 20:34:40 -04:00
parent b20c54c247
commit 51254481e9
2 changed files with 28 additions and 0 deletions

View File

@@ -2,4 +2,6 @@
<h1>Blacklisted (<%= link_to "Help", wiki_pages_path(:title => "help:blacklists") %>)</h1>
<ul id="blacklist-list">
</ul>
<%= link_to "Disable all", "#", :id => "disable-all-blacklists", :style => "display: none;" %>
<%= link_to "Re-enable all", "#", :id => "re-enable-all-blacklists", :style => "display: none;" %>
</section>