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

@@ -1,6 +1,6 @@
<% if (position == "bottom" && CurrentUser.user.new_post_navigation_layout) || (position == "top" && !CurrentUser.user.new_post_navigation_layout) %>
<div id="nav-links" class="ui-corner-all nav-notice">
<% if CurrentUser.user.enable_sequential_post_navigation && params[:tags].present? && params[:tags] !~ /order:/ %>
<% if CurrentUser.user.enable_sequential_post_navigation && params[:tags].present? && params[:tags] !~ /(?:^|\s)(?:order|ordfav|ordpool):/ %>
<%= render "posts/partials/show/search_seq", :post => post %>
<% end %>