upgraded jquery, restyled post wiki excerpts

This commit is contained in:
albert
2012-01-13 17:40:01 -05:00
parent 2c6f69e309
commit 08cfb3d637
14 changed files with 49 additions and 66 deletions

View File

@@ -14,6 +14,14 @@
</aside>
<section id="content">
<menu id="post-sections">
<li class="active"><a href="#posts" id="show-posts-link">Posts</a></li>
<% if params[:tags].present? %>
<li><a href="#wiki-except" id="show-wiki-excerpt-link">Wiki</a></li>
<% end %>
</menu>
<%= render "posts/partials/index/edit" %>
<%= render "wiki_pages/excerpt", :post_set => @post_set %>
<%= render "posts/partials/index/posts", :post_set => @post_set %>

View File

@@ -1,5 +1,5 @@
<h1>Posts</h1>
<div id="posts">
<%= post_set.presenter.post_previews_html(self) %>
<%= post_set.presenter.post_previews_html(self) %>
<%= numbered_paginator(post_set.posts) %>
<%= numbered_paginator(post_set.posts) %>
</div>