add tag seq nav

This commit is contained in:
albert
2013-02-25 12:09:02 -05:00
parent 2aa141aa69
commit c6d03f2d3a
10 changed files with 81 additions and 13 deletions

View File

@@ -39,10 +39,14 @@
<%= @post.presenter.image_html(self) %>
</section>
<% if params[:tags] %>
<%= render "posts/partials/show/tag_seq", :post => @post %>
<% end %>
<% if @post.pools.active.any? %>
<%= render "posts/partials/show/pools", :post => @post %>
<% end %>
<menu id="post-sections">
<li><a href="#comments">Comments</a></li>
<li><a href="#edit" id="post-edit-link">Edit</a></li>