This commit is contained in:
albert
2013-03-17 23:13:47 -04:00
parent 5153c376f1
commit a52eb3ddc2
7 changed files with 19 additions and 5 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 params[:tags].present? && params[:tags] !~ /order:/ %>
<% if CurrentUser.user.enable_sequential_post_navigation && params[:tags].present? && params[:tags] !~ /order:/ %>
<%= render "posts/partials/show/search_seq", :post => post %>
<% end %>