layout changes
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
<%= render "posts/partials/index/edit" %>
|
||||
<%= render "wiki_pages/excerpt", :post_set => @post_set %>
|
||||
<%= render "posts/partials/index/posts", :post_set => @post_set %>
|
||||
|
||||
<%= render_rss_advertisement("short", @post_set.has_explicit?) %>
|
||||
</section>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
@@ -39,7 +41,6 @@
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
<%= render_rss_advertisement("short", @post_set.posts.any? {|x| x.rating == "e"}) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user