added jlist rss ads

This commit is contained in:
albert
2013-01-05 22:51:00 -05:00
parent f44ba8fe9f
commit b43c096116
33 changed files with 312 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
<aside id="sidebar">
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
<%= render_advertisement("vertical") %>
<%= render "posts/partials/index/mode_menu" %>
<section id="tag-box">
@@ -35,7 +37,9 @@
<% end %>
<% end %>
<%= render "posts/partials/common/secondary_links" %>
<%= render "posts/partials/common/secondary_links" %>
<%= render_rss_advertisement("short", @post_set.posts.any? {|x| x.rating == "e"}) %>
</div>
</div>