remove jlist ads
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
<aside id="sidebar">
|
||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
||||
|
||||
<%= render_advertisement("vertical") %>
|
||||
|
||||
<%= render "posts/partials/index/mode_menu" %>
|
||||
|
||||
<%= render "posts/partials/index/blacklist" %>
|
||||
@@ -29,8 +27,6 @@
|
||||
<%= 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 %>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<div id="posts">
|
||||
<%= render_advertisement("horizontal") %>
|
||||
|
||||
<%= post_set.presenter.post_previews_html(self) %>
|
||||
|
||||
<%= numbered_paginator(post_set.posts) %>
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
<aside id="sidebar">
|
||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
|
||||
|
||||
<%= render_advertisement("vertical") %>
|
||||
|
||||
<%= render "posts/partials/index/blacklist" %>
|
||||
|
||||
<section id="tag-list">
|
||||
@@ -42,8 +40,6 @@
|
||||
|
||||
<%= render "posts/partials/show/notices", :post => @post %>
|
||||
|
||||
<%= render_advertisement("horizontal") %>
|
||||
|
||||
<section id="image-container" data-tags="<%= @post.tag_string %>" data-user="<%= @post.uploader_name %>" data-rating="<%= @post.rating %>" data-flags="<%= @post.status_flags %>">
|
||||
<div id="note-container"><div id="note-helper"></div></div>
|
||||
<%= @post.presenter.image_html(self) %>
|
||||
@@ -78,8 +74,6 @@
|
||||
<section id="share" style="display: none;">
|
||||
<%= render "posts/partials/show/share", :post => @post %>
|
||||
</section>
|
||||
|
||||
<%= render_rss_advertisement("long", @post.rating == "e") %>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user