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

@@ -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>