remove side ad styles (#1703)

This commit is contained in:
Toks
2013-06-06 20:16:44 -04:00
parent 17cfb5f3fc
commit 507717c407
3 changed files with 2 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
<%= render "posts/partials/index/related" %>
</aside>
<section id="content" class="<%= Danbooru.config.can_see_ads?(CurrentUser.user) ? "with-ads" : "without-ads" %>">
<section id="content">
<menu id="post-sections">
<li class="active"><a href="#" id="show-posts-link">Posts</a></li>

View File

@@ -35,7 +35,7 @@
</aside>
<section id="content" class="<%= Danbooru.config.can_see_ads?(CurrentUser.user) ? "with-ads" : "without-ads" %>">
<section id="content">
<% if @post.presenter.has_nav_links?(self) %>
<%= render "posts/partials/show/nav_links", :post => @post, :position => "top" %>
<% end %>