implement blacklists for popular

This commit is contained in:
albert
2013-03-09 20:25:06 -05:00
parent 38e1ed3369
commit bbc8797a10
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<div id="blacklist-box">
<strong>Blacklisted: </strong>
<ul id="blacklist-list">
</ul>
</div>

View File

@@ -4,6 +4,8 @@
<%= render "date_explore", :post_set => @post_set %>
<%= render "blacklists" %>
<%= @post_set.presenter.post_previews_html(self) %>
</div>
</div>