upgraded jquery, restyled post wiki excerpts
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user