wip: mobile layout, remove is_deleted constraint by default

This commit is contained in:
albert
2012-01-26 14:33:46 -05:00
parent d5c98dd0c4
commit ea16f2ce37
11 changed files with 135 additions and 65 deletions

View File

@@ -0,0 +1,14 @@
<div id="c-posts">
<div id="a-index">
<%= render "posts/partials/index/posts", :post_set => @post_set %>
<%= render "posts/partials/common/secondary_links" %>
</div>
</div>
<% content_for(:page_title) do %>
<% if @post_set.tag_string.present? %>
<%= @post_set.tag_string %> - <%= Danbooru.config.app_name %>
<% else %>
<%= Danbooru.config.app_name %>
<% end %>
<% end %>