move nav link help

This commit is contained in:
albert
2013-03-08 13:25:31 -05:00
parent 80f3bb5e47
commit 41f7e2a804
5 changed files with 7 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ class PostPresenter < Presenter
end
def has_nav_links?(template)
template.params[:tags].present? || @post.pools.active.any?
(template.params[:tags].present? && template.params[:tags] !~ /order:/) || @post.pools.active.any?
end
def post_footer_for_pool_html(template)