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

@@ -312,6 +312,28 @@ div#c-explore-posts {
margin-left: 0;
}
}
#blacklist-box {
margin-bottom: 1em;
}
#blacklist-list {
display: inline;
}
#blacklist-list li {
display: inline;
margin-right: 1em;
a {
color: $link_color;
cursor: pointer;
}
span {
color: #AAA;
}
}
}
div#unapprove-dialog {

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>