implement blacklists for popular
This commit is contained in:
5
app/views/explore/posts/_blacklists.html.erb
Normal file
5
app/views/explore/posts/_blacklists.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="blacklist-box">
|
||||
<strong>Blacklisted: </strong>
|
||||
<ul id="blacklist-list">
|
||||
</ul>
|
||||
</div>
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
<%= render "date_explore", :post_set => @post_set %>
|
||||
|
||||
<%= render "blacklists" %>
|
||||
|
||||
<%= @post_set.presenter.post_previews_html(self) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user