This commit is contained in:
Toks
2014-08-22 16:06:09 -04:00
parent 432ffc8597
commit 0682a0db63
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ class PostPresenter < Presenter
end
def has_nav_links?(template)
(CurrentUser.user.enable_sequential_post_navigation && template.params[:tags].present? && template.params[:tags] !~ /order:/) || @post.pools.any?
(CurrentUser.user.enable_sequential_post_navigation && template.params[:tags].present? && template.params[:tags] !~ /(?:^|\s)(?:order|ordfav|ordpool):/) || @post.pools.any?
end
def post_footer_for_pool_html(template)