This commit is contained in:
Albert Yi
2018-10-16 15:01:39 -07:00
parent ea405bdc47
commit a6b00b3ff3
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#blacklist-box {
display: none;
margin-bottom: 1em;
#blacklist-list {
a {

View File

@@ -1,5 +1,5 @@
<div id="blacklist-box" class="sidebar-blacklist">
<h1>Blacklisted (<%= link_to "Help", wiki_pages_path(:title => "help:blacklists") %>)</h1>
<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;" %>