Files
danbooru/app/views/posts/index.html.erb
2011-08-16 18:47:01 -04:00

29 lines
759 B
Plaintext

<div id="c-posts">
<div id="a-index">
<aside id="sidebar">
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags] %>
<%= render "posts/partials/index/mode_menu" %>
<section id="tag-box">
<h1>Tags</h1>
<%= @post_set.presenter.tag_list_html(self) %>
</section>
<%= render "posts/partials/index/blacklist" %>
</aside>
<section id="content">
<%= render "wiki_pages/excerpt", :post_set => @post_set %>
<%= render "posts/partials/index/posts", :post_set => @post_set %>
</section>
<% content_for(:page_title) do %>
/<%= @post_set.tag_string %>
<% end %>
<%= render "posts/partials/common/secondary_links" %>
</div>
</div>