Merge pull request #3827 from evazion/fix-3709
Fix #3709: Provide OR capability for blacklist items
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<section id="blacklist-box">
|
||||
<div id="blacklist-box" class="sidebar-blacklist">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
<aside id="sidebar">
|
||||
<%= render "posts/partials/index/blacklist" %>
|
||||
<%= render "wiki_pages/recent_changes" %>
|
||||
|
||||
<section id="blacklist-box">
|
||||
<h1>Blacklisted</h1>
|
||||
<ul id="blacklist-list">
|
||||
</ul>
|
||||
</section>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user