This commit is contained in:
Toks
2014-10-31 20:24:38 -04:00
parent 095d02414c
commit 1fffc2977f
6 changed files with 7 additions and 1 deletions

View File

@@ -494,7 +494,9 @@ div#c-explore-posts {
margin-left: 0;
}
}
}
div#c-explore-posts, div#c-post-appeals, div#c-post-flags, div#c-pools {
#blacklist-box {
margin-bottom: 1em;
}

View File

@@ -4,7 +4,7 @@
<%= @post_set.presenter.nav_links(self) %>
<%= render "blacklists" %>
<%= render "posts/partials/common/inline_blacklist" %>
<%= @post_set.presenter.post_previews_html(self) %>
</div>

View File

@@ -12,6 +12,8 @@
<%= format_text(@pool.description) %>
</div>
<%= render "posts/partials/common/inline_blacklist" %>
<section>
<%= @post_set.presenter.post_previews_html(self) %>

View File

@@ -2,6 +2,7 @@
<div id="a-index">
<h1>Appeals</h1>
<%= render "search" %>
<%= render "posts/partials/common/inline_blacklist" %>
<table width="100%" class="striped">
<thead>
<tr>

View File

@@ -2,6 +2,7 @@
<div id="a-index">
<h1>Flags</h1>
<%= render "search" %>
<%= render "posts/partials/common/inline_blacklist" %>
<table width="100%" class="striped">
<thead>
<tr>