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; margin-left: 0;
} }
} }
}
div#c-explore-posts, div#c-post-appeals, div#c-post-flags, div#c-pools {
#blacklist-box { #blacklist-box {
margin-bottom: 1em; margin-bottom: 1em;
} }

View File

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

View File

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

View File

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

View File

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