fixes #2121
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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) %>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user